|
||
class CTzLocalizedCity : public CBase;
Encapsulates a localized (exemplar) city.
CBase
-
Base class for all classes to be instantiated on the heap.
CTzLocalizedCity
- Encapsulates a localized (exemplar) city.
Defined in CTzLocalizedCity
:
GroupId()const
Returns the ID of the group to which the city belongs. Name()const
Returns the name of the city. TimeZoneId()const
Returns the city's time zone ID. 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 Name() const;
Returns the name of the city.
|
IMPORT_C TUint16 TimeZoneId() const;
Returns the city's time zone ID.
|
IMPORT_C TUint8 GroupId() const;
Returns the ID of the group to which the city belongs.
|