#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.TI_TIME_ZONE.h>
Public Member Functions | |
TI_TIME_ZONE () | |
~TI_TIME_ZONE () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Public Attributes | |
TI_UTC::Enum | uTC |
TI_FLAG::Enum | dSTFg |
UInt32 | timeZoneOffset |
Definition at line 42 of file SMP.Substructures.TI_TIME_ZONE.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_TIME_ZONE.h.
|
inline |
Definition at line 49 of file SMP.Substructures.TI_TIME_ZONE.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 68 of file SMP.Substructures.TI_TIME_ZONE.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
TI_FLAG::Enum dSTFg |
Daylight Saving Time Flag TimeZoneOffset.
Definition at line 56 of file SMP.Substructures.TI_TIME_ZONE.h.
UInt32 timeZoneOffset |
TimeZone Offset.
Definition at line 59 of file SMP.Substructures.TI_TIME_ZONE.h.
TI_UTC::Enum uTC |
UTC offsets DSTFg.
Definition at line 53 of file SMP.Substructures.TI_TIME_ZONE.h.