Search
TimeSpan.fromMinutes Method
See Also
 






Returns a TimeSpan that represents a specified number of minutes.

Namespace: MindFusion.Scheduling
File: TimeSpan.js

 Syntax

JavaScript  Copy Code

function fromMinutes (minutes)

 Parameters

minutes

Number. The number of minutes.

 Return Value

TimeSpan. The resulting time span.

 See Also