Member Function Documentation
QDateTime QOrganizerItemTimestamp::created () const
Returns the creation timestamp saved in this detail.
See also setCreated().
QDateTime QOrganizerItemTimestamp::lastModified () const
Returns the last-modified timestamp saved in this detail.
See also setLastModified().
void QOrganizerItemTimestamp::setCreated ( const QDateTime & dateTime )
Sets the creation timestamp saved in this detail to dateTime.
See also created().
void QOrganizerItemTimestamp::setLastModified ( const QDateTime & dateTime )
Sets the last-modified timestamp saved in this detail to dateTime.
See also lastModified().
Member Variable Documentation
const QLatin1Constant QOrganizerItemTimestamp::DefinitionName
The constant string which identifies the definition of details which are organizer synchronisation timestamps.
const QLatin1Constant QOrganizerItemTimestamp::FieldCreationTimestamp
The constant key for the value which is stored in details of the QOrganizerItemTimestamp type which describes the creation date and time of an organizer item.
const QLatin1Constant QOrganizerItemTimestamp::FieldModificationTimestamp
The constant key for the value which is stored in details of the QOrganizerItemTimestamp type which describes the last modification date and time of an organizer item.