Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Adds a specified number of months to the dtl value.
Parameters
Parameter | Type | Description |
---|---|---|
months (required) | int | The number of months to add to the date. Must be a positive or negative integer that does not modify any portion of the date outside its valid range. |
Remarks
If the increase in the number of months in the dtl affects the year portion, it will also be changed.
If the day portion of the returned value is not a valid day in the resulting month, the last valid day of the resulting month will be assigned to the month portion of the value.