Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: agmbasic.h
Link against: agnmodel.lib

Class TAgnBasicAppt

TAgnBasicAppt

Support

Supported from 5.0

Description

Used by the CAgnAppt class to store appointment-specific entry details. These details are the start and end date/time, or if the appointment is a day note, the display date/time. Normally, these details should be accessed using the CAgnAppt class.

You can retrieve an object of this class by calling CAgnAppt::BasicAppt().

Defined in TAgnBasicAppt:
StartDateTime()


Get/set appointment details


StartDateTime()

TAgnDateTime StartDateTime() const;

Description

Gets the appointment's start date/time. If the object is a day note, its display time is given by the time portion of this value.

Return value

TAgnDateTime

The appointment's start date/time.