Location:
agmlists.h
Link against: agnmodel.lib
CAgnDayList<class InstanceItem>
Supported from 5.0
Interface to a list of agenda items for a single day. The type of item is specified by the user of the class.
|
Defined in CAgnDayList
:
Day()
, NewL()
, SetDay()
Inherited from CAgnList
:
AppendL()
,
Count()
,
Delete()
,
Find()
,
InsertL()
,
Reset()
,
operator[]()
Inherited from CBase
:
operator new()
static CAgnDayList* NewL(const TTime& aDay);
Allocates and constructs a CAgnDayList
object.
Initialises the day to the value specified.
|
|
void SetDay(const TTime& aDay);
Sets the day for this list to
aDay
.
|
TTime Day() const;
Gets the day for this list.
|