Version

IntersectsWith Method (TimeRange)

Returns true if the specified TimeRange intersects with this range.
Syntax
public bool IntersectsWith( 
   TimeRange value,
   bool isEndExclusive
)

Parameters

value
The TimeRange to test.
isEndExclusive
Determines whether to exclude the moment in time that coincides with the value of the End property. This parameter default to true.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also