Location:
agmrptd.h
Link against: agnmodel.lib
TAgnMonthlyRpt
Supported from 5.0
Provides common behaviour shared by the two monthly repeat types
TAgnMonthlyByDaysRpt
and TAgnMonthlyByDatesRpt
. An
abstract class.
|
Defined in TAgnMonthlyRpt
:
FindRptEndDate()
, InstanceCount()
Inherited from TAgnRpt
:
ClearAll()
,
DisplayNextOnly()
,
EndDate()
,
EndDateAsAgnDate()
,
ExternalizeL()
,
InternalizeL()
,
Interval()
,
RepeatForever()
,
SetDisplayNextOnly()
,
SetEndDate()
,
SetInterval()
,
SetRepeatForever()
,
SetStartDate()
,
StartDate()
,
StartDateAsAgnDate()
,
operator==()
virtual TTime FindRptEndDate(TUint aCount) const;
Calculates the repeat end date using the specified number of instances.
|
|
virtual TUint InstanceCount() const;
Calculates the number of instances generated by the repeat algorithm.
|