Adds the specified number of months to the specified DateTime object.
Namespace: MindFusion.Scheduling
File: DateTime.js
JavaScript Copy Code |
---|
function addMonths (date, months) |
DateTime. The DateTime instance to modify.
Number. The number of months to add.
The modified DateTime instance.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |