MindFusion.Scheduling for JavaScript Programmer's Guide
Selection.setRange Method
See Also
 






Sets the selection range.

Namespace: MindFusion.Scheduling
Assembly: 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

Selection Members
Selection Class
MindFusion.Scheduling Namespace