Location:
vrecur.h
Link against: versit.lib
CVersitRecurrenceMonthlyByDay
Supported from 5.0
Recurrence details specific to a monthly repeat event in a vCalendar. The days on which the repeat occurs are identified by their day number, counting either from the start or the end of the month.
|
Defined in CVersitRecurrenceMonthlyByDay:
CVersitRecurrenceMonthlyByDay(), ~CVersitRecurrenceMonthlyByDay()
Inherited from CBase:
operator new()
Inherited from CVersitRecurrence:
EDaily,
EMonthlyByDay,
EMonthlyByPos,
EWeekly,
EYearlyByDay,
EYearlyByMonth,
TType,
iDuration,
iEndDate,
iInterval,
iRepeatType
CVersitRecurrenceMonthlyByDay(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate, CArrayFix<TInt>* aArrayOfOccurencesInDaysFromStartOfMonth,CArrayFix<TInt>* aArrayOfOccurrencesInDaysFromEndOfMonth,TBool aLastDay);
Constructs the CVersitRecurrenceMonthlyByDay
object with the repeat details. Sets the repeat type (iRepeatType)
to EMonthlyByDay.
Note:
If a duration and an end date are both specified, the end date takes precedence.
|
~CVersitRecurrenceMonthlyByDay();
Frees all resources owned by the object, prior to its destruction.