EPOC   SDK Home Glossary Indexes Previous Next Up

CVersitRecurrenceDaily class


Contents


CVersitRecurrenceDaily class — Daily recurrence

Section Contents


Overview

Compatibility

Applications that use this class will not work correctly on a version of EPOC earlier than ER5.

Derivation

CBase

Abstract: CBase behaviour.

CVersitRecurrence

Abstract: Recurrence details for a repeat event.

Defined in

vrecur.h

Link against

versit.lib

Description

Recurrence details for a daily repeat event in a vCalendar entity.


Construction


CVersitRecurrenceDaily() — C++ constructor with an interval, a duration and an end date

CVersitRecurrenceDaily(TInt aInterval,TInt aDuration,TVersitDateTime* aEndDate);

Description

The C++ constructor is used to construct the CVersitRecurrenceDaily object with an interval, a duration and an optional end date.

Sets the repeat type (iRepeatType) to EDaily.

Arguments

TInt aInterval

The interval in days between repeats.

TInt aDuration

The duration in days for the repeat.

TVersitDateTime* aEndDate

Pointer to the specification for the date at which the repeat will end.

Note

If a duration and an end date are both specified, the end date takes precedence.

EPOC       SDK Home Glossary Indexes Previous Next Up