Contents

availableDateRange

The range of dates that the calendar view displays.

Declaration

var availableDateRange: DateInterval { get set }

Discussion

Set availableDateRange to restrict the earliest or latest dates that the calendar view displays. The default date range starts with distantPast (Swift) or distantPast (Objective-C), and ends with distantFuture (Swift) or distantFuture (Objective-C).

See Also

Setting the visible date and range