![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTimeZone.h>
Public Attributes | |
const GChar_t * | m_pszTimeZoneName |
Short Name. EST, PST, etc. More... | |
const GChar_t * | m_pszTimeZoneDesc |
Long name and description. More... | |
TZ_TYPE | m_nTimeZoneOffset |
offset from UTC/GMT in minutes. Pure geography, NOT DST. More... | |
TZ_DSTRULE_TYPE | m_eDSTRule |
does it have/use a DST calculation? needs cTimeUnits. More... | |
TimeZone/DST offset rules for a political region by name. Similar to _WIN32 GetTimeZoneInformation(TIME_ZONE_INFORMATION)
TZ_DSTRULE_TYPE Gray::cTimeZone::m_eDSTRule |
does it have/use a DST calculation? needs cTimeUnits.
TZ_TYPE Gray::cTimeZone::m_nTimeZoneOffset |
offset from UTC/GMT in minutes. Pure geography, NOT DST.
const GChar_t* Gray::cTimeZone::m_pszTimeZoneDesc |
Long name and description.
const GChar_t* Gray::cTimeZone::m_pszTimeZoneName |
Short Name. EST, PST, etc.