JAVA/CORBA CLASSES


adjustSecond method
Example

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

Defined in

DateTime

Syntax

public void adjustSecond(int n)
   throws NotesException

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

Parameters

int n


boolean preservelocaltime
Usage

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

Language cross-reference

AdjustSecond method in LotusScript NotesDateTime class

@Adjust function in formula language

Example
See Also