Search
DateTime.addMonths Method (Number)
See Also
 






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

Namespace: MindFusion.Scheduling
File: DateTime.js

 Syntax

JavaScript  Copy Code

function addMonths (months)

 Parameters

months

Number. The number of months to add.

 See Also