OpenEndedLocalDateTimeRangeFilter
Defines a date-time range (without an offset) used when performing a search operation.
Rules:
- The specified dates are inclusive.
- The "to" part of the range is optional.
input OpenEndedLocalDateTimeRangeFilter {
from: LocalDateTime!
to: LocalDateTime
}
Fields
OpenEndedLocalDateTimeRangeFilter.from ● LocalDateTime! non-null scalar
The starting date and time in the range (inclusive).
OpenEndedLocalDateTimeRangeFilter.to ● LocalDateTime scalar
The ending date and time in the range (inclusive). Optional.
Member Of
HotelBookingSearchFilterInput input ● TravelBookingSearchFilterInput input