Search
DateTime.addHours Method (Number)
See Also
 






Adds the specified number of hours to the current DateTime object.

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addHours (hours)

 Parameters

hours

Number. The number of hours to add.

 See Also