Checks if the current range contains the specified range.
Namespace: MindFusion.Scheduling
File: TimeRange.js
SyntaxJavaScript
Copy Code
|
|---|
function contains (range) |
TimeRange. The range of DateTime values to check.
Boolean. true if the current range contains the specified range; otherwise false.
See Also