Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: tzlocalizationdatatypes.h
Link against: timezonelocalization.lib

Class CTzLocalizedTimeZone

class CTzLocalizedTimeZone : public CBase;

Description

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.

Derivation

Members

Defined in CTzLocalizedTimeZone:
DaylightName(), ECachedTimeZones, ECurrentZone, EHomeZone, EInterestZone, ERecentZone1, ERecentZone2, ShortDaylightName(), ShortStandardName(), StandardName(), TTzFrequentlyUsedZone

Inherited from CBase:
Delete(), Extension_(), operator new()

See also


Member functions


StandardName()

IMPORT_C TPtrC StandardName() const;

Description

Returns this time zone's standard name, for instance "Greenwich Mean Time", "Pacific Standard Time".

Return value

TPtrC

The standard name of this time zone.


DaylightName()

IMPORT_C TPtrC DaylightName() const;

Description

Returns this time zone's daylight saving time name, for instance "British Summer Time", "Pacific Daylight Time".

Return value

TPtrC

The daylight saving time name of this time zone.


ShortStandardName()

IMPORT_C TPtrC ShortStandardName() const;

Description

Returns this time zone's short standard name, for instance "GMT", "PST".

Return value

TPtrC

The short standard name of this time zone.


ShortDaylightName()

IMPORT_C TPtrC ShortDaylightName() const;

Description

Returns this time zone's short daylight saving time name, for instance "BST", "PDT".

Return value

TPtrC

The short daylight saving time name of this time zone.

[Top]


Member enumerations


Enum TTzFrequentlyUsedZone

TTzFrequentlyUsedZone

Description

Flags to identify a cached zone.

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.

ECachedTimeZones

Specifies the number of cached zones. Not to be used as an API argument.