Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: agmbasic.h
Link against: agnmodel.lib

Class TAgnBasicEvent

TAgnBasicEvent

Support

Supported from 5.0

Description

Used by the CAgnEvent class to store event-specific entry details. These details are the start and end dates and the display time. Normally, these details should be accessed using the CAgnEvent class.

You can retrieve an object of this class by calling CAgnEvent::BasicEvent().

Defined in TAgnBasicEvent:
DisplayTime(), EndDate(), StartDate()


Get event details


DisplayTime()

TAgnTime DisplayTime() const;

Description

Gets the event's display time. The display time can be used to tell the user interface where to display the event in a view that contains times of day. It is stored as a number of minutes from midnight.

Return value

TAgnTime

The display time of the event.


EndDate()

TAgnDate EndDate() const;

Description

Gets the event's end date as an agenda date.

Return value

TAgnDate

The event's end date.


StartDate()

TAgnDate StartDate() const;

Description

Gets the event's start date as an agenda date.

Return value

TAgnDate

The event's start date.