Instance Method インスタンスメソッド

intersection(with:)

Returns an interval that represents the interval where the given date interval and the current instance intersect. 与えられた日付間隔と現在のインスタンスが交わるところの間隔を表している間隔を返します。

Declaration 宣言

func intersection(with dateInterval: DateInterval) -> DateInterval?

Discussion 議論

In the event that there is no intersection, the method returns nil. 交わりがないという場合には、メソッドはnilを返します。

See Also 参照

Determining Intersections 交わりを特定する