MindFusion.Scheduling for JavaScript Programmer's Guide
TimeRange Constructor
See Also
 






Initializes a new instance of the TimeRange class.

Namespace: MindFusion.Scheduling
Assembly: TimeRange.js

 Syntax

JavaScript  Copy Code

function TimeRange (start, end)

 Parameters

start

DateTime. The beginning of the range.

end

DateTime. The end of the range.

 See Also

TimeRange Class
MindFusion.Scheduling Namespace