Location:
agmbasic.h
Link against: agnmodel.lib
TAgnBasicAppt
Supported from 5.0
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()
TAgnDateTime StartDateTime() const;
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.
|