Returns a TimeSpan that represents a specified number of hours.
Namespace: MindFusion.Scheduling
File: TimeSpan.js
SyntaxJavaScript
Copy Code
|
|---|
function fromHours (hours) |
Number. The number of hours.
TimeSpan. The resulting time span.
See Also