Search
TimeRange.intersects Method
See Also
 






Checks if the current range intersects with the specified range.

Namespace: MindFusion.Scheduling
File: TimeRange.js

 Syntax

JavaScript  Copy Code

function intersects (range)

 Parameters

range

TimeRange. The range of DateTime values to check.

 Return Value

Boolean. true if the current range intersects with the specified range; otherwise false.

 See Also