The QOrganizerJournalTime class contains information about the date and time for which a journal entry has been created. More...
#include <QOrganizerJournalTime>
Inherits: QOrganizerItemDetail.
This class was introduced in Qt Mobility 1.1.
QDateTime | entryDateTime () const |
void | setEntryDateTime ( const QDateTime & entryDateTime ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldEntryDateTime |
The QOrganizerJournalTime class contains information about the date and time for which a journal entry has been created.
Returns the journal entry date and time as QDateTime.
This function was introduced in Qt Mobility 1.1.
See also setEntryDateTime().
Sets the journal entry date and time to entryDateTime.
This function was introduced in Qt Mobility 1.1.
See also entryDateTime().
The constant string which identifies the definition of details which describe the date and time associated with a journal item.
The constant key for which the date and time of value for a journal entry is stored in details of the QOrganizerJournalTime type.