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