|
|
|
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()constReturns this time zone's daylight saving time name, for instance "British S...ECachedTimeZonesSpecifies the number of cached zones. Not to be used as an API argument. ECurrentZoneThe current zone. EHomeZoneThe home zone. EInterestZoneThe zone of interest. ERecentZone1The first recently-used zone. ERecentZone2The second recently-used zone. ShortDaylightName()constReturns this time zone's short daylight saving time name, for instance "BST...ShortStandardName()constReturns this time zone's short standard name, for instance "GMT", &quo...StandardName()constReturns this time zone's standard name, for instance "Greenwich Mean Time&q...TTzFrequentlyUsedZoneFlags 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.
|