|  | WE310F5
    39.00.000
    | 
XML date structure xml. More...
#include <m2mb_xml.h>
| Data Fields | |
| UINT16 | year | 
| UINT8 | month | 
| UINT8 | day | 
| UINT8 | hrOffset | 
| UINT8 | minOffset | 
| UINT8 day | 
Day of the date(DD)
Definition at line 153 of file m2mb_xml.h.
| UINT8 hrOffset | 
Hours in time offset from UTC time (hh)
Definition at line 154 of file m2mb_xml.h.
| UINT8 minOffset | 
Minutes in time offset from UTC time (mm)
Definition at line 155 of file m2mb_xml.h.
| UINT8 month | 
Month of the date(MM)
Definition at line 152 of file m2mb_xml.h.
| UINT16 year | 
Year of the date(YYYY)
Definition at line 151 of file m2mb_xml.h.