class CVersitRecurrenceYearlyByDay : public CVersitRecurrence |
Defines a list of days when a 'yearly by day' recurrence is to be repeated.
Used by a repeating event (a vCalendar event or to-do) to define when it is to occur.
The days on which the repeat occurs are identified by their day number in the year (between 1 and 366 inclusive).
A pointer to this object may be owned by a CParserPropertyValueRecurrence object.
Public Member Functions | |
---|---|
CVersitRecurrenceYearlyByDay(TInt, TInt, TVersitDateTime *, CArrayFix< TInt > *) | |
~CVersitRecurrenceYearlyByDay() | |
IMPORT_C void | ExternalizeOccurrenceListsL(RWriteStream &) |
Inherited Enumerations | |
---|---|
CVersitRecurrence:TType |
Public Attributes | |
---|---|
CArrayFix< TInt > * | iArrayOfDaysInYearOccurrences |
Inherited Attributes | |
---|---|
CVersitRecurrence::iDuration | |
CVersitRecurrence::iEndDate | |
CVersitRecurrence::iInterval | |
CVersitRecurrence::iRepeatType |
IMPORT_C | CVersitRecurrenceYearlyByDay | ( | TInt | aInterval, |
TInt | aDuration, | |||
TVersitDateTime * | aEndDate, | |||
CArrayFix< TInt > * | aArrayOfDaysInYearOccurrences | |||
) |
Constructs the CVersitRecurrenceYearlyByDay object.
Sets the repeat type to EYearlyByDay.
If a duration and an end date are both specified, the end date takes precedence.
TInt aInterval | The number of years between repeats. |
TInt aDuration | The duration, in years, for which the event should recur. A value of zero indicates the repeat should continue forever. |
TVersitDateTime * aEndDate | Optional pointer to the end date for the repeat event. The object takes ownership of this pointer. |
CArrayFix< TInt > * aArrayOfDaysInYearOccurrences | Pointer to an array of integers between 1 and 366 inclusive. Each integer represents a day on which the repeat event occurs. The object takes ownership of this pointer. |
IMPORT_C | ~CVersitRecurrenceYearlyByDay | ( | ) |
Frees all resources owned by the object, prior to its destruction.
IMPORT_C void | ExternalizeOccurrenceListsL | ( | RWriteStream & | aStream | ) | const [virtual] |
Writes the days of the year on which the event occurs to the output stream, aStream.
For example, the function might write the string "10 11 12 13 14 15 ".
RWriteStream & aStream | The stream to which the occurrence list is to be written. |
CArrayFix< TInt > * | iArrayOfDaysInYearOccurrences |
Pointer to an array of integers between 1 and 366 inclusive.
Each integer represents a day on which the repeat event occurs.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.