class CContactDateField : public CContactFieldStorage |
Provides access to the date/time value stored in a contact item field.
An object of this class can be retrieved using CContactItemField::DateTimeStorage().
Public Member Functions | |
---|---|
CContactDateField() | |
void | ExternalizeL(RWriteStream &) |
void | InternalizeL(RReadStream &) |
TBool | IsFull() |
void | RestoreL(CStreamStore &, RReadStream &) |
IMPORT_C void | SetTime(TTime) |
IMPORT_C void | SetTime(TDateTime) |
TStreamId | StoreL(CStreamStore &) |
IMPORT_C TTime | Time() |
Private Member Functions | |
---|---|
IMPORT_C void | CContactFieldStorage_Reserved1() |
Private Attributes | |
---|---|
TTime | iTime |
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] |
Externalises the field data.
RWriteStream & aStream | Write stream to which the contents of the field should be externalised. |
void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Internalises the field data.
RReadStream & aStream | Stream from which the the contents of the field should be internalised. |
TBool | IsFull | ( | ) | const [virtual] |
Tests whether the field storage contains data.
True if the field storage contains data, false if not.
void | RestoreL | ( | CStreamStore & | aStore, |
RReadStream & | aStream | |||
) | [virtual] |
Restores the field data.
CStreamStore & aStore | Reference to the store from which the object is to be restored. |
RReadStream & aStream | Reference to the stream which should be passed to InternalizeL(). |
TStreamId | StoreL | ( | CStreamStore & | aStore | ) | const [virtual] |
Stores the field data.
The ID of the stream store.
CStreamStore & aStore | Reference to the stream store to which the field data is written. |