|
||
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. LDML stands for Locale Da...
Defined in CTzLocalizedTimeZone
:
DaylightName()const
Returns this time zone's daylight saving time name, for instance "British S...ECachedTimeZones
Specifies the number of cached zones. Not to be used as an API argument. ECurrentZone
The current zone. EHomeZone
The home zone. EInterestZone
The zone of interest. ERecentZone1
The first recently-used zone. ERecentZone2
The second recently-used zone. ShortDaylightName()const
Returns this time zone's short daylight saving time name, for instance "BST...ShortStandardName()const
Returns this time zone's short standard name, for instance "GMT", &quo...StandardName()const
Returns this time zone's standard name, for instance "Greenwich Mean Time&q...TTzFrequentlyUsedZone
Flags to identify a cached zone. Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...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.
|