The QOrganizerTodoTimeRange class contains information about the time range of a todo item. More...
#include <QOrganizerTodoTimeRange>
Inherits QOrganizerItemDetail.
QDateTime | dueDateTime () const |
bool | isTimeSpecified () |
void | setDueDateTime ( const QDateTime & dueDateTime ) |
void | setStartDateTime ( const QDateTime & startDateTime ) |
void | setTimeSpecified ( bool isTimeSpecified ) |
QDateTime | startDateTime () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldDueDateTime |
const QLatin1Constant | FieldStartDateTime |
const QLatin1Constant | FieldTimeSpecified |
The QOrganizerTodoTimeRange class contains information about the time range of a todo item.
Returns the todo timerange's due date and time as QDateTime.
See also setDueDateTime().
Sets the todo timerange's due date and time to dueDateTime.
See also dueDateTime().
Sets the todo timerange's start date and time to startDateTime.
See also startDateTime().
See also isTimeSpecified().
Returns the todo timerange's start date and time as QDateTime.
See also setStartDateTime().
The constant string which identifies the definition of details which contain time-range information about a todo item.
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.
The constant key for the specification of whether the time is significant in the start datetime of the QOrganizerTodoTimeRange type.