![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
CBase |
Abstract: CBase behaviour. |
CParserPropertyValue |
Abstract: Base class for all property values. |
CParserTimePropertyValue |
Abstract: Base class for all date and time property values. |
vprop.h
versit.lib
Date property value. The date/time value is contained in a TVersitDateTime object. The Year(), Month() and Day() member functions of class TDateTime may be used to extract the date components from TVersitDateTime::iDateTime.
To find out the property value type, use Uid() defined in the base class CParserPropertyValue. A date property UID has the value KVersitPropertyDateUid.
CParserPropertyValueDate(TVersitDateTime* aValue);
Constructs a CParserPropertyValueDate with a TVersitDateTime value.
TVersitDateTime* aValue |
Specifies the date, and information about the date. The property value takes ownership of the pointer. |
~CParserPropertyValueDate();
The destructor frees all resources owned by the property, prior to its destruction.
void ConvertAllDateTimesToUTCL(const TTimeIntervalSeconds& aIncrement,const CVersitDaylight* aDaylight);
This function, inherited from the base class CParserTimePropertyValue has an empty implementation.
void ConvertAllUTCDateTimesToMachineLocalL(const TTimeIntervalSeconds& aIncrement);
This function, inherited from the base class CParserTimePropertyValue has an empty implementation.
TVersitDateTime* Value() const;
Returns a pointer to the date value.
TVersitDateTime* |
Pointer to the date value. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |