|
muteki
|
The datetime struct used by GetSysTime() and SetSysTime(). More...
#include <datetime.h>
Data Fields | |
| short | year |
| short | month |
| short | weekday |
| short | day |
| short | hour |
| short | minute |
| short | second |
| short | millis |
The datetime struct used by GetSysTime() and SetSysTime().
| short datetime_t::day |
Day of month.
| short datetime_t::hour |
Number of hours past midnight.
| short datetime_t::millis |
Number of milliseconds after the second.
| short datetime_t::minute |
Number of minutes after the hour.
| short datetime_t::month |
Month of year.
| short datetime_t::second |
Number of seconds after the minute.
| short datetime_t::weekday |
Day of week (0..6). 0 is Sunday.
| short datetime_t::year |
Year.