@@ -247,32 +247,32 @@ Returns true if this range overlaps another range.
247
247
248
248
249
249
typedef QgsTemporalRange< QDate > QgsDateRange;
250
- @TEMPLATE_DOCSTRING @%Docstring
251
- @TEMPLATE_DOCSTRING @QgsRange which stores a range of dates.
252
- @TEMPLATE_DOCSTRING @
253
- @TEMPLATE_DOCSTRING @Invalid QDates as the beginning or end are permitted. In this case,
254
- @TEMPLATE_DOCSTRING @the bound is considered to be infinite. E.g. QgsDateRange(QDate(),QDate(2017,1,1))
255
- @TEMPLATE_DOCSTRING @is treated as a range containing all dates before 2017-1-1.
256
- @TEMPLATE_DOCSTRING @QgsDateRange(QDate(2017,1,1),QDate()) is treated as a range containing all dates after 2017-1-1.
257
- @TEMPLATE_DOCSTRING @
258
- @TEMPLATE_DOCSTRING @.. versionadded:: 3.0
259
- @TEMPLATE_DOCSTRING @
260
- @TEMPLATE_DOCSTRING @.. seealso:: :py:class:`QgsDateTimeRange`
261
- @TEMPLATE_DOCSTRING @%End
250
+ @DOCSTRINGSTEMPLATE @%Docstring
251
+ @DOCSTRINGSTEMPLATE @QgsRange which stores a range of dates.
252
+ @DOCSTRINGSTEMPLATE @
253
+ @DOCSTRINGSTEMPLATE @Invalid QDates as the beginning or end are permitted. In this case,
254
+ @DOCSTRINGSTEMPLATE @the bound is considered to be infinite. E.g. QgsDateRange(QDate(),QDate(2017,1,1))
255
+ @DOCSTRINGSTEMPLATE @is treated as a range containing all dates before 2017-1-1.
256
+ @DOCSTRINGSTEMPLATE @QgsDateRange(QDate(2017,1,1),QDate()) is treated as a range containing all dates after 2017-1-1.
257
+ @DOCSTRINGSTEMPLATE @
258
+ @DOCSTRINGSTEMPLATE @.. versionadded:: 3.0
259
+ @DOCSTRINGSTEMPLATE @
260
+ @DOCSTRINGSTEMPLATE @.. seealso:: :py:class:`QgsDateTimeRange`
261
+ @DOCSTRINGSTEMPLATE @%End
262
262
263
263
typedef QgsTemporalRange< QDateTime > QgsDateTimeRange;
264
- @TEMPLATE_DOCSTRING @%Docstring
265
- @TEMPLATE_DOCSTRING @QgsRange which stores a range of date times.
266
- @TEMPLATE_DOCSTRING @
267
- @TEMPLATE_DOCSTRING @Invalid QDateTimes as the beginning or end are permitted. In this case,
268
- @TEMPLATE_DOCSTRING @the bound is considered to be infinite. E.g. QgsDateTimeRange(QDateTime(),QDateTime(2017,1,1))
269
- @TEMPLATE_DOCSTRING @is treated as a range containing all dates before 2017-1-1.
270
- @TEMPLATE_DOCSTRING @QgsDateTimeRange(QDateTime(2017,1,1),QDateTime()) is treated as a range containing all dates after 2017-1-1.
271
- @TEMPLATE_DOCSTRING @
272
- @TEMPLATE_DOCSTRING @.. versionadded:: 3.0
273
- @TEMPLATE_DOCSTRING @
274
- @TEMPLATE_DOCSTRING @.. seealso:: :py:class:`QgsDateRange`
275
- @TEMPLATE_DOCSTRING @%End
264
+ @DOCSTRINGSTEMPLATE @%Docstring
265
+ @DOCSTRINGSTEMPLATE @QgsRange which stores a range of date times.
266
+ @DOCSTRINGSTEMPLATE @
267
+ @DOCSTRINGSTEMPLATE @Invalid QDateTimes as the beginning or end are permitted. In this case,
268
+ @DOCSTRINGSTEMPLATE @the bound is considered to be infinite. E.g. QgsDateTimeRange(QDateTime(),QDateTime(2017,1,1))
269
+ @DOCSTRINGSTEMPLATE @is treated as a range containing all dates before 2017-1-1.
270
+ @DOCSTRINGSTEMPLATE @QgsDateTimeRange(QDateTime(2017,1,1),QDateTime()) is treated as a range containing all dates after 2017-1-1.
271
+ @DOCSTRINGSTEMPLATE @
272
+ @DOCSTRINGSTEMPLATE @.. versionadded:: 3.0
273
+ @DOCSTRINGSTEMPLATE @
274
+ @DOCSTRINGSTEMPLATE @.. seealso:: :py:class:`QgsDateRange`
275
+ @DOCSTRINGSTEMPLATE @%End
276
276
277
277
/************************************************************************
278
278
* This file has been generated automatically from *
0 commit comments