CTzLocalizedCityGroup Class Reference

#include <mw/tzlocalizationdatatypes.h>

Link against: timezonelocalization.lib

class CTzLocalizedCityGroup : public CBase

Inherits from

  • CTzLocalizedCityGroup

    Detailed Description

    Encapsulates a localized group of (exemplar) cities.

    Constructor & Destructor Documentation

    ~CTzLocalizedCityGroup ( )

    ~CTzLocalizedCityGroup()

    Destructor

    Member Function Documentation

    Id ( )

    IMPORT_C TUint8Id()const

    Returns the unique group ID.

    Returns: The unique group ID.

    Name ( )

    IMPORT_C TPtrCName()const

    Returns the name of the localized city group.

    Returns: The name the of localized city group.

    NewL ( const TDesC &, const TUint8 )

    CTzLocalizedCityGroup *NewL(const TDesC &aName,
    const TUint8aGroupId
    )[static]

    Two phase Symbian constructor.

    ParameterDescription
    aNameThe group's name.
    aGroupIdThe unique group ID.

    Returns: A pointer to a new instance of a localized city group object.

    NewLC ( const TDesC &, const TUint8 )

    CTzLocalizedCityGroup *NewLC(const TDesC &aName,
    const TUint8aGroupId
    )[static]

    Two phase Symbian constructor.

    ParameterDescription
    aNameThe group's name.
    aGroupIdThe unique group ID.

    Returns: A pointer to a new instance of a localized city group object that is left on the cleanup stack.