CParserPropertyValueTimeZone Class Reference
class CParserPropertyValueTimeZone : public CParserPropertyValue |
A time zone property value parser.
Stores and externalises a property value which represents the time zone information for a vCard or vCalendar.
The time zone is specified as the universal time offset. This is a time interval which is a positive or negative number of seconds from universal time. Time zones east of universal time have positive numbers. Time zones west of universal time have negative numbers.
The UID for a time zone property value is KVersitPropertyTimeZoneUid.
Inherits from
- CParserPropertyValueTimeZone
Inherited Functions |
---|
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
| CParserPropertyValue::Append(TDes16 &,TDesC8 &) |
| CParserPropertyValue::CParserPropertyValue(const TUid &) |
| CParserPropertyValue::EncodeL(CBufBase *,const TDesC8 &,const TUid &)const |
| CParserPropertyValue::FoldAndWriteValueToStreamL(RWriteStream &,const TDesC &,const Versit::TEncodingAndCharset &,TInt &)const |
| CParserPropertyValue::FoldEncodeAndWriteValueToStreamL(RWriteStream &,const CDesCArray *,const Versit::TEncodingAndCharset &,TInt &)const |
| CParserPropertyValue::FoldEncodeAndWriteValueToStreamL(RWriteStream &,const TDesC &,const Versit::TEncodingAndCharset &,TInt &)const |
| CParserPropertyValue::IsAsciiCharacterSetSufficient() |
| CParserPropertyValue::PlugIn() |
| CParserPropertyValue::SetPlugIn(MVersitPlugIn *) |
| CParserPropertyValue::SupportsInterface(const TUid &)const |
| CParserPropertyValue::Uid()const |
Constructor & Destructor Documentation
CParserPropertyValueTimeZone(TTimeIntervalSeconds)
Constructs a new time zone property value parser with a time interval in seconds, which represents the universal time offset of the time zone.
Sets the property value's UID to KVersitPropertyTimeZoneUid.
Parameters
TTimeIntervalSeconds aValue | A time interval (in seconds) which represents the offset of the time zone from universal time. The property value takes ownership of the pointer. |
Member Functions Documentation
EncodeTimeZone(TDes8 &, TTimeIntervalSeconds)
ExternalizeL(RWriteStream &, const Versit::TEncodingAndCharset &, TInt)
Externalises the time zone property value into aStream.
Value()
Gets the time zone property value.
Member Data Documentation
TTimeIntervalSeconds
iValue
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.