func intersects(DateInterval) -> Bool
Indicates whether this interval intersects the specified interval.
この間隔が指定された間隔と交わるかどうかを指し示します。
Availability 有効性
Technology
func intersection(with dateInterval: DateInterval
) -> DateInterval
?
In the event that there is no intersection, the method returns nil. 交わりがないという場合には、メソッドはnilを返します。
func intersects(DateInterval) -> Bool