QtMobility Reference Documentation

QOrganizerJournalTime Class Reference

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.

Public Functions

QDateTime entryDateTime () const
void setEntryDateTime ( const QDateTime & entryDateTime )

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldEntryDateTime

Detailed Description

The QOrganizerJournalTime class contains information about the date and time for which a journal entry has been created.

Member Function Documentation

QDateTime QOrganizerJournalTime::entryDateTime () const

Returns the journal entry date and time as QDateTime.

This function was introduced in Qt Mobility 1.1.

See also setEntryDateTime().

void QOrganizerJournalTime::setEntryDateTime ( const QDateTime & entryDateTime )

Sets the journal entry date and time to entryDateTime.

This function was introduced in Qt Mobility 1.1.

See also entryDateTime().

Member Variable Documentation

const QLatin1Constant QOrganizerJournalTime::DefinitionName

The constant string which identifies the definition of details which describe the date and time associated with a journal item.

const QLatin1Constant QOrganizerJournalTime::FieldEntryDateTime

The constant key for which the date and time of value for a journal entry is stored in details of the QOrganizerJournalTime type.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.