Location:
vrecur.h
Link against: versit.lib
CParserPropertyValueRecurrence
Supported from 5.0
A property value which 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.
|
Defined in CParserPropertyValueRecurrence
:
CParserPropertyValueRecurrence()
, Value()
, ~CParserPropertyValueRecurrence()
Inherited from CBase
:
operator new()
Inherited from CParserPropertyValue
:
EncodeL()
,
ExternalizeL()
,
IsAsciiCharacterSetSufficient()
,
Uid()
Inherited from CParserTimePropertyValue
:
ConvertAllDateTimesToUTCL()
,
ConvertAllUTCDateTimesToMachineLocalL()
,
SupportsInterface()
CParserPropertyValueRecurrence(CVersitRecurrence* aValue);
Constructs a recurrence rule property value with a pointer to a
CVersitRecurrence
. Sets the property value’s UID to
KVCalPropertyRecurrenceUid
.
|
~CParserPropertyValueRecurrence();
Frees all resources owned by the property value, prior to its destruction.
CVersitRecurrence* Value() const;
Gets the recurrence rule value.
|