![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
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 months in which the repeat is to occur are identified by an array of TMonth values (between EJanuary and EDecember inclusive).
CVersitRecurrenceYearlyByMonth(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate,CArrayFix<TMonth>* aArrayOfMonthsInYearOccurences);
The C++ constructor is used to construct the CVersitRecurrenceYearlyByMonth with a specification for the repeat details.
Sets the repeat type (iRepeatType) to EYearlyByMonth.
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<TMonth>* aArrayOfMonthsInYearOccurences |
Pointer to an array of TMonth values. |
If a duration and an end date are both specified, the end date takes precedence.
~CVersitRecurrenceYearlyByMonth();
The destructor frees all resources owned by the object, prior to its destruction.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |