contains(_:)
Indicates whether the receiver contains the specified date.
Declaration
func contains(_ date: Date) -> BoolParameters
- date:
The date for which to test membership of the date interval.
Indicates whether the receiver contains the specified date.
func contains(_ date: Date) -> BoolThe date for which to test membership of the date interval.