MicrOS
|
Time structure. More...
#include <time.h>
Public Attributes | |
uint32_t | tm_sec |
Seconds after the minute. More... | |
uint32_t | tm_min |
Minutes after the hour. More... | |
uint32_t | tm_hour |
Hours since midnight. More... | |
uint32_t | tm_mday |
Day of the month. More... | |
uint32_t | tm_mon |
Months since January. More... | |
uint32_t | tm_year |
Years since 1900. More... | |
uint32_t | tm_wday |
Days since Sunday. More... | |
uint32_t | tm_yday |
Days since January 1. More... | |
uint32_t | tm_isdst |
Daylight Saving Time flag. More... | |
Time structure.
uint32_t tm::tm_hour |
Hours since midnight.
uint32_t tm::tm_isdst |
Daylight Saving Time flag.
uint32_t tm::tm_mday |
Day of the month.
uint32_t tm::tm_min |
Minutes after the hour.
uint32_t tm::tm_mon |
Months since January.
uint32_t tm::tm_sec |
Seconds after the minute.
uint32_t tm::tm_wday |
Days since Sunday.
uint32_t tm::tm_yday |
Days since January 1.
uint32_t tm::tm_year |
Years since 1900.