Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from CBase:

Related Topics


Member functions


StandardName()const

IMPORT_C TPtrC StandardName() const;

Description

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

Return value

TPtrC16

The standard name of this time zone.


DaylightName()const

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

TPtrC16

The daylight saving time name of this time zone.


ShortStandardName()const

IMPORT_C TPtrC ShortStandardName() const;

Description

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

Return value

TPtrC16

The short standard name of this time zone.


ShortDaylightName()const

IMPORT_C TPtrC ShortDaylightName() const;

Description

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

Return value

TPtrC16

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.