NSDateInterval.GetIntersection(NSDateInterval) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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