The QOrganizerItemDateTimePeriodFilter class provides a filter based around a datetime period between start and end datetime. More...
#include <QOrganizerItemDateTimePeriodFilter>
Inherits QOrganizerItemFilter.
QOrganizerItemDateTimePeriodFilter () | |
QOrganizerItemDateTimePeriodFilter ( const QOrganizerItemFilter & other ) | |
QDateTime | endPeriod () const |
void | setEndPeriod ( const QDateTime & end ) |
void | setStartPeriod ( const QDateTime & start ) |
QDateTime | startPeriod () const |
The QOrganizerItemDateTimePeriodFilter class provides a filter based around a datetime period between start and end datetime.
It may be used to select organizeritems between given start and end periods
Constructs a new datetime period filter
Constructs a copy of other if possible, otherwise constructs a new datetime period filter
Returns the end date of the period
See also setEndPeriod().
Sets the end date of the period to end
See also endPeriod().
Sets the end date of the period to start
See also startPeriod().
Returns the start date of the period.
See also setStartPeriod().