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