Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: tzlocalizationdatatypes.h
Link against: timezonelocalization.lib

Class CTzLocalizedCity

class CTzLocalizedCity : public CBase;

Description

Encapsulates a localized (exemplar) city.

Derivation

Members

Defined in CTzLocalizedCity:
GroupId(), Name(), TimeZoneId()

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

See also


Member functions


Name()

IMPORT_C TPtrC Name() const;

Description

Returns the name of the city.

Return value

TPtrC

The name of the city.


TimeZoneId()

IMPORT_C TUint16 TimeZoneId() const;

Description

Returns the city's time zone ID.

Return value

TUint16

The time zone ID.


GroupId()

IMPORT_C TUint8 GroupId() const;

Description

Returns the ID of the group to which the city belongs.

Return value

TUint8

The ID of the group to which the city belongs.