Location:
vrecur.h
Link against: versit.lib
CVersitRecurrenceYearlyByMonth
Supported from 5.0
Recurrence details for a yearly repeat event in a vCalendar. The
months in which the repeat occurs are identified by an array of
TMonth values (between EJanuary and
EDecember inclusive).
|
Defined in CVersitRecurrenceYearlyByMonth:
CVersitRecurrenceYearlyByMonth(), iArrayOfMonthsInYearOccurrences, ~CVersitRecurrenceYearlyByMonth()
Inherited from CBase:
operator new()
Inherited from CVersitRecurrence:
EDaily,
EMonthlyByDay,
EMonthlyByPos,
EWeekly,
EYearlyByDay,
EYearlyByMonth,
TType,
iDuration,
iEndDate,
iInterval,
iRepeatType
CVersitRecurrenceYearlyByMonth(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate,CArrayFix<TMonth>* aArrayOfMonthsInYearOccurrences);
Constructs the object with the repeat details. Sets the repeat
type (iRepeatType) to EYearlyByMonth.
Note:
If a duration and an end date are both specified, the end date takes precedence.
|
~CVersitRecurrenceYearlyByMonth();
Frees all resources owned by the object, prior to its destruction.
CArrayFix<TMonth>* iArrayOfMonthsInYearOccurrences
Pointer to an array of TMonth values.