Search
TimeSpan.fromMilliseconds Method
See Also
 






Returns a TimeSpan that represents a specified number of milliseconds.

Namespace: MindFusion.Scheduling
File: TimeSpan.js

 Syntax

JavaScript  Copy Code

function fromMilliseconds (milliseconds)

 Parameters

milliseconds

Number. The number of milliseconds.

 Return Value

TimeSpan. The resulting time span.

 See Also