WE310F5  39.00.000
M2MB_XML_DATE_TIME Struct Reference

Xml date & time structure xml. More...

#include <m2mb_xml.h>

Data Fields

UINT16 year
 
UINT8 month
 
UINT8 day
 
UINT8 hr
 
UINT8 min
 
UINT8 sec
 
UINT8 hrOffset
 
UINT8 minOffset
 

Detailed Description

Xml date & time structure xml.

Date & Time structure xml module.

Definition at line 181 of file m2mb_xml.h.

Field Documentation

◆ day

UINT8 day

Day of the date(DD)

Definition at line 185 of file m2mb_xml.h.

◆ hr

UINT8 hr

number of hours (HH)

Definition at line 186 of file m2mb_xml.h.

◆ hrOffset

UINT8 hrOffset

Hours in time offset from UTC time (hh)

Definition at line 189 of file m2mb_xml.h.

◆ min

UINT8 min

number of minutes (MM)

Definition at line 187 of file m2mb_xml.h.

◆ minOffset

UINT8 minOffset

Minutes in time offset from UTC time (mm)

Definition at line 190 of file m2mb_xml.h.

◆ month

UINT8 month

Month of the date(MM)

Definition at line 184 of file m2mb_xml.h.

◆ sec

UINT8 sec

number of seconds (SS)

Definition at line 188 of file m2mb_xml.h.

◆ year

UINT16 year

Year of the date(YYYY)

Definition at line 183 of file m2mb_xml.h.


The documentation for this struct was generated from the following file: