Adds the specified number of hours to the specified DateTime object.
Namespace: MindFusion.Scheduling
Assembly: DateTime.js
SyntaxJavaScript
Copy Code
|
|---|
function addHours (date, hours) |
DateTime. The DateTime instance to modify.
Number. The number of hours to add.
DateTime. The modified DateTime instance.
See Also