Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cTimeZone Struct Reference

#include <cTimeZone.h>

Public Attributes

const GChar_tm_pszTimeZoneName
 Short Name. EST, PST, etc. More...
 
const GChar_tm_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...
 

Detailed Description

TimeZone/DST offset rules for a political region by name. Similar to _WIN32 GetTimeZoneInformation(TIME_ZONE_INFORMATION)

Member Data Documentation

◆ m_eDSTRule

TZ_DSTRULE_TYPE Gray::cTimeZone::m_eDSTRule

does it have/use a DST calculation? needs cTimeUnits.

◆ m_nTimeZoneOffset

TZ_TYPE Gray::cTimeZone::m_nTimeZoneOffset

offset from UTC/GMT in minutes. Pure geography, NOT DST.

◆ m_pszTimeZoneDesc

const GChar_t* Gray::cTimeZone::m_pszTimeZoneDesc

Long name and description.

◆ m_pszTimeZoneName

const GChar_t* Gray::cTimeZone::m_pszTimeZoneName

Short Name. EST, PST, etc.


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