İçeriğe geç
R-Service R-Service
Документация Р-Сервис

DateFilter

Bu içerik henüz dilinizde mevcut değil.

Filter on a date range.

Specify a date range using the format yyyy-MM-dd , for example 2020-07-15 , compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar:

greaterThan ( String )

Find records after this date.

greaterThanOrEqualTo ( String )

Find records on or after this date.

lessThan ( String )

Find records before this date.

lessThanOrEqualTo ( String )

Find records on or before this date.