Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: agmlists.h
Link against: agnmodel.lib

Class CAgnDayDateTimeInstanceList

CAgnDayDateTimeInstanceList

Support

Supported from 5.0

Description

List of TAgnDayInstanceDateTimeIds for one day. The list is populated using CAgnModel::PopulateDayDateTimeInstanceListL().

Derivation

CAgnDayDateTimeInstanceListList of TAgnDayInstanceDateTimeIds for one day
CAgnDayListInterface to a list of agenda items for a single day
CAgnListInterface to a list of agenda items
CBaseBase class for all classes to be instantiated on the heap

Defined in CAgnDayDateTimeInstanceList:
NewL()

Inherited from CAgnDayList:
Day(), SetDay()

Inherited from CAgnList:
AppendL(), Count(), Delete(), Find(), InsertL(), Reset(), operator[]()

Inherited from CBase:
operator new()


Construction


NewL()

static CAgnDayDateTimeInstanceList* NewL(const TTime& aDay);

Description

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.

Parameters

const TTime& aDay

The date as a TTime. Should be within the valid agenda date range.

Return value

CAgnDayDateTimeInstanceList*

Pointer to the constructed list object.

See also: