Перейти к содержимому
R-Service R-Service
Руководство разработчика RR Tech Service Management

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 example 2020-07-15T14:23:59Z or 2020-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 example 2020-07-15

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.