LOTUSSCRIPT/COM/OLE CLASSES
Increments a date-time by the number of seconds you specify.
Defined in
NotesDateTime
Syntax
Call notesDateTime.AdjustSecond( n% [, preserveLocalTime ] )
Parameters
n%
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