Search
DateTime.addMonths Method (DateTime, Number)
See Also
 






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

Namespace: MindFusion.Scheduling
File: 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