Search
Selection.setRange Method
See Also
 






Sets the selection range.

Namespace: MindFusion.Scheduling
File: Selection.js

 Syntax

JavaScript  Copy Code

function setRange (start, [end, [resource]])

 Parameters

start

DateTime. A DateTime that specifies the start time of the selection.

end
Optional.

DateTime. Specifies the end time of the selection.

resource
Optional.

Resource. The associated resource.

 See Also