![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTimeZone.h>
Static Public Member Functions | |
static TZ_TYPE __stdcall | GetLocalTimeZoneOffset () |
static const cTimeZone *__stdcall | FindTimeZone (TZ_TYPE nTimeZoneOffset) |
static const cTimeZone *__stdcall | FindTimeZone (const GChar_t *pszName) |
static const cTimeZone *__stdcall | FindTimeZoneHead (const GChar_t *pszName) |
Static Public Attributes | |
static const cTimeZone | k_TimeZones [] |
Fixed/Default array of world time zones. terminated by name = nullptr;. More... | |
Friends | |
class | cTimeZoneTests |
Manage the collection of time zones. We need to make this configurable since it may change over time.
Get a block describing the time zone. (by name)
Get a block describing the time zone. (by offset) geographic timezone does not include offset for DST.
Get the time zone offset (for this local system) in minutes. The difference in minutes between UTC and local time This DOES NOT include DST offset if current.
|
friend |
|
static |
Fixed/Default array of world time zones. terminated by name = nullptr;.
terminated by name = nullptr;