- intersectionWithDateInterval:
Returns the intersection between the receiver and the specified date interval.
レシーバとこの指定された日付間隔の間の交差を返します。
Availability 有効性
Technology
- (BOOL)intersectsDateInterval:(NSDateInterval
*)dateInterval;
dateInterval
The date interval with which to check the receiver for intersection. この日付間隔とレシーバの交差について調べます。
See intersection
for more information about determining whether two date intervals intersect.
intersection
を2つの日付間隔が交差するかどうかを決定することについてのさらなる情報のために見てください。
- intersectionWithDateInterval: