Location:
tzlocalizationdatatypes.h
Link against: timezonelocalization.lib
class CTzLocalizedTimeZone : public CBase;
Encapsulates a group of LDML localized timezone names. LDML stands for Locale Data Markup Language. For details, see http://www.openi18n.org/specs/ldml/1.0/ldml-spec.htm.
CBase
- Base class for all classes to be instantiated on the heap
CTzLocalizedTimeZone
- Encapsulates a group of LDML localized timezone names
Defined in CTzLocalizedTimeZone
:
DaylightName()
, ECachedTimeZones
, ECurrentZone
, EHomeZone
, EInterestZone
, ERecentZone1
, ERecentZone2
, ShortDaylightName()
, ShortStandardName()
, StandardName()
, TTzFrequentlyUsedZone
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
IMPORT_C TPtrC StandardName() const;
Returns this time zone's standard name, for instance "Greenwich Mean Time", "Pacific Standard Time".
|
IMPORT_C TPtrC DaylightName() const;
Returns this time zone's daylight saving time name, for instance "British Summer Time", "Pacific Daylight Time".
|
IMPORT_C TPtrC ShortStandardName() const;
Returns this time zone's short standard name, for instance "GMT", "PST".
|
IMPORT_C TPtrC ShortDaylightName() const;
Returns this time zone's short daylight saving time name, for instance "BST", "PDT".
|
TTzFrequentlyUsedZone
Flags to identify a cached zone.
|