Location:
vrecur.h
Link against: versit.lib
CVersitRecurrenceWeekly
Supported from 5.0
Recurrence details specific to a weekly repeat event in a vCalendar.
|
Defined in CVersitRecurrenceWeekly:
CVersitRecurrenceWeekly(), iArrayOfWeekDayOccurences, ~CVersitRecurrenceWeekly()
Inherited from CBase:
operator new()
Inherited from CVersitRecurrence:
EDaily,
EMonthlyByDay,
EMonthlyByPos,
EWeekly,
EYearlyByDay,
EYearlyByMonth,
TType,
iDuration,
iEndDate,
iInterval,
iRepeatType
CVersitRecurrenceWeekly(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate,CWeekDayArray* aArrayOfWeekdayOccurrences);
Constructs the CVersitRecurrenceWeekly object with
a time interval, a duration in weeks, an optional end date and a pointer to an
array of the days of the week on which the repeat event is to occur.
Sets the repeat type (iRepeatType) to
EWeekly.
Note:
If a duration and an end date are both specified, the end date takes precedence.
|
~CVersitRecurrenceWeekly();
Frees all resources owned by the object, prior to its destruction.
CWeekDayArray* iArrayOfWeekDayOccurences
Array of days of the week on which the repeat event is to occur.