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

intersectsDateInterval:

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

Declaration 宣言

- (BOOL)intersectsDateInterval:(NSDateInterval *)dateInterval;

Parameters パラメータ

dateInterval

The date interval with which to check the receiver for intersection. この日付間隔とレシーバの交差について調べます。

Discussion 議論

See intersectionWithDateInterval: for more information about determining whether two date intervals intersect. intersectionWithDateInterval:を2つの日付間隔が交差するかどうかを決定することについてのさらなる情報のために見てください。

See Also 参照

Determining Intersections 交わりを特定する