intersects(_:)
Indicates whether the receiver intersects with the specified date interval.
Declaration
func intersects(_ dateInterval: DateInterval) -> BoolParameters
- dateInterval:
The date interval with which to check the receiver for intersection.
Discussion
See intersection(with:) for more information about determining whether two date intervals intersect.