Qt Mobility Reference Documentation

QOrganizerTodoTimeRange Class Reference

The QOrganizerTodoTimeRange class contains information about the time range of a todo item. More...

 #include <QOrganizerTodoTimeRange>

Inherits QOrganizerItemDetail.


Public Functions

QDateTime dueDateTime () const
bool isTimeSpecified ()
void setDueDateTime ( const QDateTime & dueDateTime )
void setStartDateTime ( const QDateTime & startDateTime )
void setTimeSpecified ( bool isTimeSpecified )
QDateTime startDateTime () const

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldDueDateTime
const QLatin1Constant FieldStartDateTime
const QLatin1Constant FieldTimeSpecified

Detailed Description

The QOrganizerTodoTimeRange class contains information about the time range of a todo item.


Member Function Documentation

QDateTime QOrganizerTodoTimeRange::dueDateTime () const

Returns the todo timerange's due date and time as QDateTime.

See also setDueDateTime().

bool QOrganizerTodoTimeRange::isTimeSpecified ()

void QOrganizerTodoTimeRange::setDueDateTime ( const QDateTime & dueDateTime )

Sets the todo timerange's due date and time to dueDateTime.

See also dueDateTime().

void QOrganizerTodoTimeRange::setStartDateTime ( const QDateTime & startDateTime )

Sets the todo timerange's start date and time to startDateTime.

See also startDateTime().

void QOrganizerTodoTimeRange::setTimeSpecified ( bool isTimeSpecified )

See also isTimeSpecified().

QDateTime QOrganizerTodoTimeRange::startDateTime () const

Returns the todo timerange's start date and time as QDateTime.

See also setStartDateTime().


Member Variable Documentation

const QLatin1Constant QOrganizerTodoTimeRange::DefinitionName

The constant string which identifies the definition of details which contain time-range information about a todo item.

const QLatin1Constant QOrganizerTodoTimeRange::FieldDueDateTime

The constant key of the date time value which describes the latest date at which the todo should be completed.

const QLatin1Constant QOrganizerTodoTimeRange::FieldStartDateTime

The constant key of the date time value which describes the date at which the todo should be started.

const QLatin1Constant QOrganizerTodoTimeRange::FieldTimeSpecified

The constant key for the specification of whether the time is significant in the start datetime of the QOrganizerTodoTimeRange 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.