Location:
vrecur.h
Link against: versit.lib
CVersitRecurrenceDaily
Supported from 5.0
Recurrence details specific to a daily repeat event in a vCalendar.
|
Defined in CVersitRecurrenceDaily:
CVersitRecurrenceDaily()
Inherited from CBase:
operator new()
Inherited from CVersitRecurrence:
EDaily,
EMonthlyByDay,
EMonthlyByPos,
EWeekly,
EYearlyByDay,
EYearlyByMonth,
TType,
iDuration,
iEndDate,
iInterval,
iRepeatType
CVersitRecurrenceDaily(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate);
Constructs the daily repeat object with an interval, a duration
and an optional end date. Sets the repeat type (iRepeatType) to
EDaily.
Note:
If a duration and an end date are both specified, the end date takes precedence.
|