LOTUSSCRIPT/COM/OLE CLASSES


AdjustSecond method
Example

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

Defined in

NotesDateTime

Syntax

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

Parameters

n%


preserveLocalTime
Usage

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

Language cross-reference

adjustSecond in Java DateTime class

@Adjust function in formula language

Example
See Also