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

intersects(_:)

Indicates whether the receiver intersects with the specified date interval. レシーバがこの指定された日付間隔と交差するかどうかを指し示します。

Declaration 宣言

func intersects(_ dateInterval: DateInterval) -> Bool

Parameters パラメータ

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. intersection(with:)を2つの日付間隔が交差するかどうかを決定することについてのさらなる情報のために見てください。

See Also 参照

Determining Intersections 交わりを特定する