DateRangeFilter
public struct DateRangeFilter : Equatable
A model represeting a filter that relates to range of availability dates.
-
The range of availability dates with which the items should be filtered
Declaration
Swift
public let range: ClosedRange<Date> -
Undocumented
Declaration
Swift
public init(range: ClosedRange<Date>)
DateRangeFilter Structure Reference