Initializes a new instance of the TimeRange class.
Namespace: MindFusion.Scheduling
Assembly: TimeRange.js
SyntaxJavaScript
Copy Code
|
|---|
function TimeRange (start, end) |
DateTime. The beginning of the range.
DateTime. The end of the range.
See Also