The QOrganizerJournal class supplies a journal which is associated with a particular point in time More...
#include <QOrganizerJournal>
Inherits: QOrganizerItem.
This class was introduced in Qt Mobility 1.1.
QDateTime | dateTime () const |
void | setDateTime ( const QDateTime & dateTime ) |
The QOrganizerJournal class supplies a journal which is associated with a particular point in time
A journal consists of personal data which is associated with a particular point in time.
Returns the date time associated with this journal
This function was introduced in Qt Mobility 1.1.
See also setDateTime().
Sets the date time which this journal is associated with to dateTime
This function was introduced in Qt Mobility 1.1.
See also dateTime().