Location:
cntfldst.h
Link against: cntmodel.lib
CContactDateField
Supported from 5.0
Sets and gets the date/time value stored in a contact item field.
An object of this class can be retrieved using
CContactItemField::DateTimeStorage()
.
|
Defined in CContactDateField
:
SetTime()
, Time()
Inherited from CBase
:
operator new()
Inherited from CContactFieldStorage
:
ExternalizeL()
,
InternalizeL()
,
IsFull()
,
RestoreL()
,
StoreL()
void SetTime(TTime atime);
Sets the date/time stored in the field from a
TTime
value.
|
void SetTime(TDateTime aDateTime);
Sets the date/time stored in the field from a
TDateTime
value.
|
TTime Time() const;
Gets the date/time stored in the field as a TTime
value.
|