MindFusion.Scheduling for JavaScript Programmer's Guide
DateTime.addMonths Method (DateTime, Number)
See Also
 






Adds the specified number of months to the specified DateTime object.

Namespace: MindFusion.Scheduling
Assembly: DateTime.js

 Syntax

JavaScript  Copy Code

function addMonths (date, months)

 Parameters

date

DateTime. The DateTime instance to modify.

months

Number. The number of months to add.

 Return Value

The modified DateTime instance.

 See Also

addMonths Method Overload List
DateTime Members
DateTime Class
MindFusion.Scheduling Namespace