Location:
vprop.h
Link against: versit.lib
TVersitDateTime
Supported from 5.0
Versit date and time.
This class is used throughout versit to represent the date and
time. It uses a TDateTime
object to store the date/time value and
records whether this value is machine-local, vCard-local, or universal time
(UTC).
Defined in TVersitDateTime
:
EIsCorrect
, EIsMachineLocal
, EIsUTC
, EIsVCardLocal
, TRelativeTime
, TVersitDateTime()
, iDateTime
, iRelativeTime
TVersitDateTime(const TDateTime& aDateTime,TRelativeTime aRelativeTime);
The C++ constructor is used to construct the versit date/time object with a date/time value and a specification of whether the time is local to the vCard or to the machine, or universal time.
|
TRelativeTime
Time flags.
|
TRelativeTime iRelativeTime
Specifies whether the time value represents local or universal time.