![]() |
WL865E4-P
36.07.001
|
Time broken down. More...
#include <m2mb_sntp.h>
Data Fields | |
UINT32 | tm_sec |
UINT32 | tm_min |
UINT32 | tm_hour |
UINT32 | tm_mday |
UINT32 | tm_mon |
UINT32 | tm_year |
UINT32 | tm_wday |
UINT32 | tm_yday |
UINT32 | tm_isdst |
Time broken down.
This data structure is used to get the system time in a broken down format.
Definition at line 179 of file m2mb_sntp.h.
UINT32 tm_hour |
Hours since midnight – 0 to 23.
Definition at line 183 of file m2mb_sntp.h.
UINT32 tm_isdst |
Daylight savings time.
Definition at line 189 of file m2mb_sntp.h.
UINT32 tm_mday |
Day of the month – 1 to 31.
Definition at line 184 of file m2mb_sntp.h.
UINT32 tm_min |
Minutes after the hour – 0 to 59.
Definition at line 182 of file m2mb_sntp.h.
UINT32 tm_mon |
Months since January – 0 to 11.
Definition at line 185 of file m2mb_sntp.h.
UINT32 tm_sec |
Seconds after the minute – 0 to 60.
Definition at line 181 of file m2mb_sntp.h.
UINT32 tm_wday |
Day of the week; Sunday = 0 – 0 to 6.
Definition at line 187 of file m2mb_sntp.h.
UINT32 tm_yday |
Day in the year; Jan. 1 = 0 – 0 to 365.
Definition at line 188 of file m2mb_sntp.h.
UINT32 tm_year |
Years since 1900 –
Definition at line 186 of file m2mb_sntp.h.