| class CTzId : public CBase |
Encapsulates a time zone identifier.
The identifier may be either a name or a number.
9.1
| Public Member Functions | |
|---|---|
| ~CTzId() | |
| IMPORT_C CTzId * | CloneL() |
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| IMPORT_C void | InternalizeL(RReadStream &) |
| IMPORT_C TBool | IsUserTzId() |
| IMPORT_C TBool | IsUserTzId(TUint) |
| IMPORT_C CTzId * | NewL(TUint) |
| IMPORT_C CTzId * | NewL(const TDesC8 &) |
| IMPORT_C CTzId * | NewL(RReadStream &) |
| IMPORT_C void | SetId(TUint) |
| IMPORT_C void | SetIdL(const TDesC8 &) |
| void | SetIdL(TUint, const TDesC8 &) |
| IMPORT_C const TDesC8 & | TimeZoneNameID() |
| IMPORT_C TUint | TimeZoneNumericID() |
| TBool | operator!=(const CTzId &) |
| IMPORT_C TBool | operator==(const CTzId &) |
| Private Member Functions | |
|---|---|
| CTzId() | |
| CTzId(TUint) | |
| void | ConstructL() |
| Private Attributes | |
|---|---|
| TUint32 | iReferenceId |
| HBufC8 * | iZoneId |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
This should not be used. For internal use only.
| RWriteStream & aStream |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
This should not be used. For internal use only.
| RReadStream & aStream |
| IMPORT_C CTzId * | NewL | ( | const TDesC8 & | aNameIdentity | ) | [static] |
| const TDesC8 & aNameIdentity |
| IMPORT_C CTzId * | NewL | ( | RReadStream & | aStream | ) | [static] |
This should not be used. For internal use only.
| RReadStream & aStream |
| IMPORT_C void | SetId | ( | TUint | aNumericId | ) |
This should not be used. For internal use only.
| TUint aNumericId |
| IMPORT_C void | SetIdL | ( | const TDesC8 & | aNameIdentity | ) |
This should not be used. For internal use only.
| const TDesC8 & aNameIdentity |
| TBool | operator!= | ( | const CTzId & | aTZId | ) | const [inline] |
Inequality operator.
ETrue if the two IDs are different, EFalse if they are the same.
| const CTzId & aTZId | The time zone ID to compare with this one. |
| IMPORT_C TBool | operator== | ( | const CTzId & | aTZId | ) | const |
| const CTzId & aTZId |