The QOrganizerEventTime class contains the start and end dates and times of a recurring event series, or occurrence of an event. More...
#include <QOrganizerEventTime>
Inherits: QOrganizerItemDetail.
This class was introduced in Qt Mobility 1.1.
QDateTime | endDateTime () const |
bool | isAllDay () const |
void | setAllDay ( bool isAllDay ) |
void | setEndDateTime ( const QDateTime & dueDateTime ) |
void | setStartDateTime ( const QDateTime & startDateTime ) |
QDateTime | startDateTime () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldAllDay |
const QLatin1Constant | FieldEndDateTime |
const QLatin1Constant | FieldStartDateTime |
The QOrganizerEventTime class contains the start and end dates and times of a recurring event series, or occurrence of an event.
Returns the event time's due date and time as QDateTime. For all-day events, the time part is meaningless, and the date is to be interpreted as the inclusive end date.
See also setEndDateTime() and QOrganizerEvent::endDateTime().
Returns true if a specific time was specified for the event. Returns false if the event is an all-day event.
This function was introduced in Qt Mobility 1.1.
Sets the all-day status of the event to isAllDay. If the event is an all-day event, no time is considered to be specified for the event, even if a start or end date time set for the event has a time component.
This function was introduced in Qt Mobility 1.1.
See also isAllDay().
Sets the event time's due date and time to dueDateTime. For all-day events, the time part can be set to any valid value, and the date is to be interpreted as the inclusive end date.
This function was introduced in Qt Mobility 1.1.
See also endDateTime() and QOrganizerEvent::setEndDateTime().
Sets the event time's start date and time to startDateTime. For all-day events, the time part can be set to any valid value.
This function was introduced in Qt Mobility 1.1.
See also startDateTime() and QOrganizerEvent::setStartDateTime().
Returns the event time's start date and time as QDateTime. For all-day events, the time part is meaningless.
This function was introduced in Qt Mobility 1.1.
See also setStartDateTime() and QOrganizerEvent::startDateTime().
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 the specification of whether the time is significant in the start datetime of the QOrganizerEventTime type.
The constant key for which the end date and time value is stored in details of the QOrganizerEventTime type.
The constant key for which the start date and time value is stored in details of the QOrganizerEventTime type.
© 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.