Search
TimeRange Constructor
See Also
 






Initializes a new instance of the TimeRange class.

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