Magidoc

OffsetDateTimeRangeInput
Input Object

Filters an entity by a time range. Both ends of the range are optional which makes it possible to define a range which is open ended in either or both directions.

Fields

#

end

Exclusive end time of the filter. This means that an entity which is exactly at end is not selected.

If null this means that no end filter is applied and all entities that are after or at start are selected.

start

Inclusive start time of the filter. This means that an entity which is exactly at start is selected.

If null this means that no start filter is applied and all entities that are before end are selected.

Usages

#

References

#

  • Argument runningTimeRanges of field canceledTrips from type Pattern
  • Argument timeRanges of field canceledCalls from type Stop