DateRangeInput
public struct DateRangeInput : Hashable
Input for Date ranges.
-
Date of which to start the date range.
Declaration
Swift
public let startDate: Date
-
Date of which to end the date range.
Declaration
Swift
public let endDate: Date
-
Declaration
Swift
public init(startDate: Date, endDate: Date)