DateRangeInput public struct DateRangeInput : Hashable Input for Date ranges. Properties startDate Date of which to start the date range. Declaration Swift public let startDate: Date endDate Date of which to end the date range. Declaration Swift public let endDate: Date