Contents

init(start:end:)

Initializes an interval with the specified start and end date.

Declaration

init(start: Date, end: Date)

Discussion

Precondition: end >= start

See Also

Creating a Date Interval