DateTimeFilter
Filter on a date-time range.
Specify a date-time range using one of the following formats 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:
-
yyyy-MM-ddThh:mm:ss[time zone designator]
: for example2020-07-15T14:23:59Z
or2020-07-15T14:23:59+05:00
-
yyyy-MM-ddThh:mm:ss
: same as the previous example, using the time zone of the authenticated user -
yyyy-MM-dd
: for example2020-07-15
Input Fields
greaterThan (
String
)
Find records after this date-time.
greaterThanOrEqualTo (
String
)
Find records on or after this date-time.
lessThan (
String
)
Find records before this date-time.
lessThanOrEqualTo (
String
)
Find records on or before this date-time.