Platform::LocalTime
Engine/source/platform/platform.h
Public Attributes
bool
True if daylight savings time is active.
Detailed Description
Public Attributes
U8 hour
Hours after midnight (0-23)
bool isdst
True if daylight savings time is active.
U8 min
Minutes after hour (0-59)
U8 month
Month (0-11; 0=january)
U8 monthday
Day of the month (1-31)
U8 sec
Seconds after minute (0-59)
U8 weekday
Day of the week (0-6, 6=sunday)
U16 year
Current year minus 1900.
U16 yearday
Day of year (0-365)