Search
TimeRange.contains Method
See Also
 






Checks if the current range contains the specified range.

Namespace: MindFusion.Scheduling
File: TimeRange.js

 Syntax

JavaScript  Copy Code

function contains (range)

 Parameters

range

TimeRange. The range of DateTime values to check.

 Return Value

Boolean. true if the current range contains the specified range; otherwise false.

 See Also