Search
TimeSpan.fromHours Method
See Also
 






Returns a TimeSpan that represents a specified number of hours.

Namespace: MindFusion.Scheduling
File: TimeSpan.js

 Syntax

JavaScript  Copy Code

function fromHours (hours)

 Parameters

hours

Number. The number of hours.

 Return Value

TimeSpan. The resulting time span.

 See Also