![]() |

Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
|
CBase |
Abstract: CBase behaviour. |
|
CContactFieldStorage |
Abstract: Field data storage. |
cntfldst.h
cntmodel.lib
This class is used to store, set and retrieve the date/time value contained in a contact item field.
An object of this class can be retrieved using CContactItemField::DateTimeStorage().
void SetTime(TTime atime);
Set the date/time stored in the field from a TTime object.
|
TTime atime |
The field's new date/time value. |
void SetTime(TDateTime aDateTime);
Set the date/time stored in the field from a TDateTime object.
|
TDateTime aDateTime |
The field's new date/time value. |
TTime Time() const;
Return the date/time stored in the field as a TTime.
|
TTime |
The field's date/time value. |
|
|