![]() |

Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
|
CBase |
Abstract: CBase behaviour. |
|
CVersitRecurrence |
Abstract: Recurrence details for a repeat event. |
vrecur.h
versit.lib
Recurrence details for a daily repeat event in a vCalendar entity.
CVersitRecurrenceDaily(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate);
The C++ constructor is used to construct the CVersitRecurrenceDaily object with an interval, a duration and an optional end date.
Sets the repeat type (iRepeatType) to EDaily.
|
TInt aInterval |
The interval in days between repeats. |
|
TInt aDuration |
The duration in days for the repeat. |
|
TVersitDateTime* aEndDate |
Pointer to the specification for the date at which the repeat will end. |
If a duration and an end date are both specified, the end date takes precedence.
|
|