Location:
agmdate.h
Link against: agnmodel.lib
TAgnDateTime
Supported from 5.0
A container class for an agenda date and time. Agenda dates are
represented by the TAgnDate
typedef and agenda times by the
TAgnTime
typedef.
Defined in TAgnDateTime
:
Date()
, SetDate()
, SetTime()
, TAgnDateTime()
, Time()
, operator TAgnDate()
, operator TTime()
TAgnDateTime();
TAgnDateTime(TAgnDate aDate);
TAgnDateTime(const TTime& aDateTime);
TAgnDateTime(TAgnDate aDate,TAgnTime aTime);
Overloaded C++ constructor. The constructor can create the object:
by default; this sets the date to NULL
with an agenda date only; this initialises the date to the value specified, and sets the time to NULL
with an agenda date and an agenda time,
with a TTime
; this initialises the agenda date
and time from the date and time portions of the TTime
object
|
operator TAgnDate() const;
Returns the stored date value.