MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QOrganizerJournal Class Reference

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.

Public Functions

QDateTime dateTime () const
void setDateTime ( const QDateTime & dateTime )

Detailed Description

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.

Member Function Documentation

QDateTime QOrganizerJournal::dateTime () const

Returns the date time associated with this journal

This function was introduced in Qt Mobility 1.1.

See also setDateTime().

void QOrganizerJournal::setDateTime ( const QDateTime & dateTime )

Sets the date time which this journal is associated with to dateTime

This function was introduced in Qt Mobility 1.1.

See also dateTime().