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