#include </home/zeitlin/src/wx/github/interface/wx/datetime.h>
Class representing a time zone.
The representation is simply the offset, in seconds, from UTC.
Public Member Functions | |
TimeZone (TZ tz) | |
Constructor for a named time zone. | |
TimeZone (long offset=0) | |
Constructor for the given offset in seconds. | |
long | GetOffset () const |
Return the offset of this time zone from UTC, in seconds. | |
Static Public Member Functions | |
static TimeZone | Make (long offset) |
Create a time zone with the given offset in seconds. |
wxDateTime::TimeZone::TimeZone | ( | TZ | tz | ) |
Constructor for a named time zone.
wxDateTime::TimeZone::TimeZone | ( | long | offset = 0 | ) |
Constructor for the given offset in seconds.
long wxDateTime::TimeZone::GetOffset | ( | ) | const |
Return the offset of this time zone from UTC, in seconds.
static TimeZone wxDateTime::TimeZone::Make | ( | long | offset | ) | [static] |
Create a time zone with the given offset in seconds.