Checks if the current range intersects with the specified range.
Namespace: MindFusion.Scheduling
File: TimeRange.js
SyntaxJavaScript
Copy Code
|
|---|
function intersects (range) |
Boolean. true if the current range intersects with the specified range; otherwise false.
See Also