func intersection(with: DateInterval) -> DateInterval?
Returns the intersection between the receiver and the specified date interval.
レシーバとこの指定された日付間隔の間の交差を返します。
Availability 有効性
Technology
func intersects(_ dateInterval: DateInterval
) -> Bool
dateInterval
The date interval with which to check the receiver for intersection. この日付間隔とレシーバの交差について調べます。
See intersection(with:)
for more information about determining whether two date intervals intersect.
intersection(with:)
を2つの日付間隔が交差するかどうかを決定することについてのさらなる情報のために見てください。
func intersection(with: DateInterval) -> DateInterval?