func intersection(with: DateInterval) -> DateInterval?
Returns an interval that represents the interval where the given date interval and the current instance intersect.
与えられた日付間隔と現在のインスタンスが交わるところの間隔を表している間隔を返します。
Availability 有効性
Technology
func intersects(_ dateInterval: DateInterval
) -> Bool
func intersection(with: DateInterval) -> DateInterval?