![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
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 date/time property values. |
vrecur.h
versit.lib
The recurrence rule property value contains the recurrence information for a repeating vEvent or vTodo. The value is stored as a pointer to a CVersitRecurrence object.
To find out the property value type, use Uid() defined in the base class CParserPropertyValue. A recurrence rule property UID has the value KVCalPropertyRecurrenceUid.
The class defines an ExternalizeL() function which has not been documented. It is invoked by the parser's ExternalizeL() function.
CParserPropertyValueRecurrence(CVersitRecurrence* aValue);
The C++ constructor creates a recurrence rule property value with a pointer to a CVersitRecurrence.
CVersitRecurrence* aValue |
A pointer to the recurrence rule to assign to the property value. The property value takes ownership of the pointer. |
~CParserPropertyValueRecurrence();
The destructor frees all resources owned by the property value, prior to its destruction.
CVersitRecurrence* Value() const;
Retrieves the recurrence rule value.
CVersitRecurrence* |
A pointer to the recurrence rule property value. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |