#include <SwiStructsCm.h>
Public Attributes | |
U32 | sizeStruct |
U32 | nYear |
SWI_TYPE_Month | eMonth |
U32 | nDay |
SWI_TYPE_WeekDay | eWeekDay |
U32 | nHour |
U32 | nMinute |
U32 | nSecond |
I32 | nTimeZone |
SWI_TYPE_DaylightSavings | eDaylightSavings |
SWI_TYPE_DaylightSavings SWI_STRUCT_DeviceTime::eDaylightSavings |
Daylight saving enumeration. See SWI_TYPE_DaylightSavings for more details.
SWI_TYPE_Month SWI_STRUCT_DeviceTime::eMonth |
Month enumeration.
SWI_TYPE_WeekDay SWI_STRUCT_DeviceTime::eWeekDay |
Day of the week enumeration.
Numerical value representing the day of the month. Valid values range between 1-31.
Numerical value representing the hour. Valid values range between 0-23 in UTC.
Numerical value representing minutes. Valid values range between 0-59 in UTC.
Numerical value representing seconds. Valid values range between 0-59 in UTC.
Numerical value representing the time zone. Values range from -48 to 48 where 1 equals 15 minutes. For example:
Numerical value representing the year.
The size, in bytes, of this structure. This value must always be populated by the calling application.