JAVA/CORBA CLASSES


adjustDay method
Example

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

Defined in

DateTime

Syntax

public void adjustDay(int n)
   throws NotesException

public void adjustDay(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 days by which you increment a DateTime object can cause the month to be incremented.

Language cross-reference

AdjustDay method in LotusScript NotesDateTime class

@Adjust function in formula language

Example
See Also