.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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