Edit

Share via


NSDateInterval.GetIntersection(NSDateInterval) Method

Definition

Returns the overlap of the this and dateInterval.

[Foundation.Export("intersectionWithDateInterval:")]
public virtual Foundation.NSDateInterval GetIntersection (Foundation.NSDateInterval dateInterval);
abstract member GetIntersection : Foundation.NSDateInterval -> Foundation.NSDateInterval
override this.GetIntersection : Foundation.NSDateInterval -> Foundation.NSDateInterval

Parameters

dateInterval
NSDateInterval

Returns

Attributes

Applies to