Platform::LocalTime Struct Reference

#include <platform.h>

List of all members.

Public Attributes

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


Member Data Documentation

Seconds after minute (0-59).

Minutes after hour (0-59).

Hours after midnight (0-23).

Month (0-11; 0=january).

Day of the month (1-31).

Day of the week (0-6, 6=sunday).

Current year minus 1900.

Day of year (0-365).

True if daylight savings time is active.