Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: agmlists.h
Link against: agnmodel.lib

Class CAgnDayList

CAgnDayList<class InstanceItem>

Support

Supported from 5.0

Description

Interface to a list of agenda items for a single day. The type of item is specified by the user of the class.

Derivation

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 CAgnDayList:
Day(), NewL(), SetDay()

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

Inherited from CBase:
operator new()


NewL()

static CAgnDayList* NewL(const TTime& aDay);

Description

Allocates and constructs a CAgnDayList object. Initialises the day to the value specified.

Parameters

const TTime& aDay

The day, as a TTime.

Return value

CAgnDayList*

Pointer to the new list object.

[Top]


SetDay()

void SetDay(const TTime& aDay);

Description

Sets the day for this list to aDay.

Parameters

const TTime& aDay

The day.

[Top]


Day()

TTime Day() const;

Description

Gets the day for this list.

Return value

TTime

The day as a TTime.