DateRangeInput

public struct DateRangeInput : Hashable

Input for Date ranges.

Properties

  • 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