Search
TimeSpan.fromSeconds Method
See Also
 






Returns a TimeSpan that represents a specified number of seconds.

Namespace: MindFusion.Scheduling
File: TimeSpan.js

 Syntax

JavaScript  Copy Code

function fromSeconds (seconds)

 Parameters

seconds

Number. The number of seconds.

 Return Value

TimeSpan. The resulting time span.

 See Also