The QOrganizerEventTimeRange class contains the start and end dates and times of a recurring event series, or occurrence of an event. More...
#include <QOrganizerEventTimeRange>
Inherits QOrganizerItemDetail.
QDateTime | endDateTime () const |
bool | isTimeSpecified () |
void | setEndDateTime ( const QDateTime & dueDateTime ) |
void | setStartDateTime ( const QDateTime & startDateTime ) |
void | setTimeSpecified ( bool isTimeSpecified ) |
QDateTime | startDateTime () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldEndDateTime |
const QLatin1Constant | FieldStartDateTime |
const QLatin1Constant | FieldTimeSpecified |
The QOrganizerEventTimeRange class contains the start and end dates and times of a recurring event series, or occurrence of an event.
Returns the event timerange's due date and time as QDateTime.
See also setEndDateTime().
Sets the event timerange's due date and time to dueDateTime.
See also endDateTime().
Sets the event timerange's start date and time to startDateTime.
See also startDateTime().
See also isTimeSpecified().
Returns the event timerange's start date and time as QDateTime.
See also setStartDateTime().
The constant string which identifies the definition of details which contain a start and end timestamps of an event series or event occurrence.
The constant key for which the end date and time value is stored in details of the QOrganizerEventTimeRange type.
The constant key for which the start date and time value is stored in details of the QOrganizerEventTimeRange type.
The constant key for the specification of whether the time is significant in the start datetime of the QOrganizerEventTimeRange type.