The QOrganizerTodoTime class contains information about the time range of a todo item. More...
#include <QOrganizerTodoTime>
Inherits: QOrganizerItemDetail.
This class was introduced in Qt Mobility 1.1.
QDateTime | dueDateTime () const |
bool | isAllDay () const |
void | setAllDay ( bool isAllDay ) |
void | setDueDateTime ( const QDateTime & dueDateTime ) |
void | setStartDateTime ( const QDateTime & startDateTime ) |
QDateTime | startDateTime () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldAllDay |
const QLatin1Constant | FieldDueDateTime |
const QLatin1Constant | FieldStartDateTime |
The QOrganizerTodoTime class contains information about the time range of a todo item.
Returns the todo time's due date and time as QDateTime. For all-day tasks, the time part is meaningless.
This function was introduced in Qt Mobility 1.1.
See also setDueDateTime().
Returns true if a specific time was specified for the todo. Returns false if the todo is an all-day todo.
This function was introduced in Qt Mobility 1.1.
Sets the all-day status of the todo to isAllDay. If the tasks is an all-day todo, no time is considered to be specified for the todo, even if the start date time set for the todo has a time component.
This function was introduced in Qt Mobility 1.1.
See also isAllDay().
Sets the todo time's due date and time to dueDateTime. For all-day tasks, the time part can be set to any valid value.
This function was introduced in Qt Mobility 1.1.
See also dueDateTime().
Sets the todo time's start date and time to startDateTime. For all-day tasks, the time part can be set to any valid value.
This function was introduced in Qt Mobility 1.1.
See also startDateTime().
Returns the todo time's start date and time as QDateTime. For all-day tasks, the time part is meaningless.
This function was introduced in Qt Mobility 1.1.
See also setStartDateTime().
The constant string which identifies the definition of details which contain time-range information about a todo item.
The constant key for the specification of whether the time is significant in the start datetime of the QOrganizerTodoTime type.
The constant key of the date time value which describes the latest date at which the todo should be completed.
The constant key of the date time value which describes the date at which the todo should be started.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.