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