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