NSDateInterval.Intersects(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 true
if there is an overlap between this and dateInterval
.
[Foundation.Export("intersectsDateInterval:")]
public virtual bool Intersects (Foundation.NSDateInterval dateInterval);
abstract member Intersects : Foundation.NSDateInterval -> bool
override this.Intersects : Foundation.NSDateInterval -> bool
Parameters
- dateInterval
- NSDateInterval
Returns
- Attributes