Location:
agmlists.h
Link against: agnmodel.lib
CAgnMonthInstanceList
Supported from 5.0
List of instance IDs for a month. Stores the year and month of
interest. The list is populated using
CAgnModel::PopulateMonthInstanceListL()
.
|
Defined in CAgnMonthInstanceList
:
Month()
, NewL()
, SetMonth()
, SetYear()
, Year()
Inherited from CAgnList
:
AppendL()
,
Count()
,
Delete()
,
Find()
,
InsertL()
,
Reset()
,
operator[]()
Inherited from CBase
:
operator new()
static CAgnMonthInstanceList* NewL(TTimeIntervalYears aYear,TMonth aMonth);
Allocates and constructs a CAgnMonthInstanceList
object.
|
|
void SetYear(TTimeIntervalYears aYear);
Sets the year.
|
TTimeIntervalYears Year() const;
Gets the year.
|