![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
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 yearly repeat event in a vCalendar entity. The days on which the repeat is to occur are identified by their day number in the year (between 1 and 366 inclusive).
CVersitRecurrenceYearlyByDay(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate,CArrayFix<TInt>* aArrayOfDaysInYearOccurences);
The C++ constructor is used to construct the CVersitRecurrenceYearlyByDay with a specification for the repeat details.
Sets the repeat type (iRepeatType) to EYearlyByDay.
TInt aInterval |
The interval in years between repeats. |
TInt aDuration |
The duration in years for the repeat. |
TVersitDateTime* aEndDate |
Pointer to the specification for the date at which the repeat will end. |
CArrayFix<TInt>* aArrayOfDaysInYearOccurences |
Pointer to an array of integers between 1 and 366 inclusive. Each integer represents a day on which the repeat is to occur. |
~CVersitRecurrenceYearlyByDay();
The destructor frees all resources owned by the object, prior to its destruction.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |