Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: agmrptd.h
Link against: agnmodel.lib

Class TAgnMonthlyRpt

TAgnMonthlyRpt

Support

Supported from 5.0

Description

Provides common behaviour shared by the two monthly repeat types TAgnMonthlyByDaysRpt and TAgnMonthlyByDatesRpt. An abstract class.

Derivation

TAgnMonthlyRptProvides common behaviour shared by the two monthly repeat types TAgnMonthlyByDaysRpt and TAgnMonthlyByDatesRpt
TAgnRptThis class stores the repeat details common to all agenda model repeat types

Defined in TAgnMonthlyRpt:
FindRptEndDate(), InstanceCount()

Inherited from TAgnRpt:
ClearAll(), DisplayNextOnly(), EndDate(), EndDateAsAgnDate(), ExternalizeL(), InternalizeL(), Interval(), RepeatForever(), SetDisplayNextOnly(), SetEndDate(), SetInterval(), SetRepeatForever(), SetStartDate(), StartDate(), StartDateAsAgnDate(), operator==()


FindRptEndDate()

virtual TTime FindRptEndDate(TUint aCount) const;

Description

Calculates the repeat end date using the specified number of instances.

Parameters

TUint aCount

The number of instances.

Return value

TTime

The repeat end date.

[Top]


InstanceCount()

virtual TUint InstanceCount() const;

Description

Calculates the number of instances generated by the repeat algorithm.

Return value

TUint

The number of instances.