Location:
agmbasic.h
Link against: agnmodel.lib
TAgnBasicEvent
Supported from 5.0
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()
TAgnTime DisplayTime() const;
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.
|
TAgnDate EndDate() const;
Gets the event's end date as an agenda date.
|
TAgnDate StartDate() const;
Gets the event's start date as an agenda date.
|