LOTUSSCRIPT/COM/OLE CLASSES


AdjustMonth method
Example

Increments a date-time by the number of months you specify.

Defined in

NotesDateTime

Syntax

Call notesDateTime.AdjustMonth( n% [ , preserveLocalTime ] )

Parameters

n%


preserveLocalTime
Usage

The number of months by which you increment a NotesDateTime object can cause the year to be incremented. For example, if n% is 12, the date component changes to the next calendar year.

Language cross-reference

adjustMonth in Java DateTime class

@Adjust function in formula language

Example
See Also