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:

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.