Location:
agmlists.h
Link against: agnmodel.lib
CAgnDayDateTimeInstanceList
Supported from 5.0
List of TAgnDayInstanceDateTimeId
s for one day. The
list is populated using
CAgnModel::PopulateDayDateTimeInstanceListL()
.
|
Defined in CAgnDayDateTimeInstanceList
:
NewL()
Inherited from CAgnDayList
:
Day()
,
SetDay()
Inherited from CAgnList
:
AppendL()
,
Count()
,
Delete()
,
Find()
,
InsertL()
,
Reset()
,
operator[]()
Inherited from CBase
:
operator new()
static CAgnDayDateTimeInstanceList* NewL(const TTime& aDay);
Allocates and constructs a
CAgnDayDateTimeInstanceList
object. Initialises the day to the
value specified.
Note
This function does not check that the value of
aDay
is within the valid agenda date range, but if it is not, a
panic will occur when the list is populated.
|
|