Location:
agmrptd.h
Link against: agnmodel.lib
TAgnDailyRpt
Supported from 5.0
Daily repeat details — stores the number of days
between repeats. The repeat details are used by the CAgnRptDef
class, which also stores a list of any exceptions to the
repeat.
|
Defined in TAgnDailyRpt
:
FindRptEndDate()
, InstanceCount()
, TAgnDailyRpt()
Inherited from TAgnRpt
:
ClearAll()
,
DisplayNextOnly()
,
EndDate()
,
EndDateAsAgnDate()
,
ExternalizeL()
,
InternalizeL()
,
Interval()
,
RepeatForever()
,
SetDisplayNextOnly()
,
SetEndDate()
,
SetInterval()
,
SetRepeatForever()
,
SetStartDate()
,
StartDate()
,
StartDateAsAgnDate()
,
operator==()
TAgnDailyRpt(const TAgnRpt& aRpt);
The C++ copy constructor constructs a new
TAgnDailyRpt
object from an existing TAgnRpt
-derived
object.
|
TAgnDailyRpt(const TAgnDailyRpt& aRpt);
The C++ copy constructor constructs a new TAgnDailyRpt
object from an existing TAgnDailyRpt
object.
|
virtual TTime FindRptEndDate(TUint aCount) const;
Calculates the repeat's end date from the specified number of
instances. If the end date would be after the agenda model’s valid date
range, returns a NULL TTime
value.
|
|
virtual TUint InstanceCount() const;
Returns the number of instances generated by the repeat algorithm.
|