![]() |
Home · All Classes · All Functions · | ![]() |
The QContactTimestamp class contains the creation and last-modified timestamp associated with the contact. More...
#include <QContactTimestamp>
Inherits QContactDetail.
QDateTime | created () const |
QDateTime | lastModified () const |
void | setCreated ( const QDateTime & dateTime ) |
void | setLastModified ( const QDateTime & dateTime ) |
const char * | DefinitionName |
const char * | FieldCreationTimestamp |
const char * | FieldModificationTimestamp |
The QContactTimestamp class contains the creation and last-modified timestamp associated with the contact.
Returns the creation timestamp saved in this detail.
See also setCreated().
Returns the last-modified timestamp saved in this detail.
See also setLastModified().
Sets the creation timestamp saved in this detail to dateTime.
See also created().
Sets the last-modified timestamp saved in this detail to dateTime.
See also lastModified().
The constant string which identifies the definition of details which are contact synchronisation timestamps.
The constant key for the value which is stored in details of the QContactTimestamp type which describes the creation date and time of a contact.
The constant key for the value which is stored in details of the QContactTimestamp type which describes the last modification date and time of a contact.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |