Location:
vrecur.h
Link against: versit.lib
CVersitRecurrenceYearlyByDay
Supported from 5.0
Recurrence details for a yearly repeat event in a vCalendar. The days on which the repeat occurs are identified by their day number in the year (between 1 and 366 inclusive).
|
Defined in CVersitRecurrenceYearlyByDay
:
CVersitRecurrenceYearlyByDay()
, iArrayOfDaysInYearOccurrences
, ~CVersitRecurrenceYearlyByDay()
Inherited from CBase
:
operator new()
Inherited from CVersitRecurrence
:
EDaily
,
EMonthlyByDay
,
EMonthlyByPos
,
EWeekly
,
EYearlyByDay
,
EYearlyByMonth
,
TType
,
iDuration
,
iEndDate
,
iInterval
,
iRepeatType
CVersitRecurrenceYearlyByDay(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate,CArrayFix<TInt>* aArrayOfDaysInYearOccurrences);
Constructs the object with the repeat details. Sets the repeat
type (iRepeatType
) to EYearlyByDay
.
|
~CVersitRecurrenceYearlyByDay();
Frees all resources owned by the object, prior to its destruction.
CArrayFix<TInt>* iArrayOfDaysInYearOccurrences
Pointer to an array of integers between 1 and 366 inclusive. Each integer represents a day on which the repeat occurs.