JAVA/CORBA CLASSES


adjustYear method
Example

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

Defined in

DateTime

Syntax

public void adjustYear(int n)
   throws NotesException

public void adjustYear(int n, boolean preservelocaltime)
   throws NotesException

Parameters

int n


boolean preservelocaltime
Usage

If the DateTime object consists of only a time component, this method has no effect.

The number of years by which you increment a DateTime object can cause the century to change. If this happens, the year is represented as a string with four digits instead of two, such as 08/18/2001.

Language cross-reference

AdjustYear method in LotusScript NotesDateTime class

@Adjust function in formula language

Example
See Also