LOTUSSCRIPT/COM/OLE CLASSES


AdjustMinute method
Example

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

Defined in

NotesDateTime

Syntax

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

Parameters

n%


preserveLocalTime
Usage

If the NotesDateTime object consists of only a date component, this method has no effect, as long as the adjustment is less than the number of minutes in a day.

The number of minutes by which you increment a NotesDateTime object can cause the date component to be adjusted, too. For example, if n% is 1440, the date component changes to the next calendar day.

Language cross-reference

adjustMinute in Java DateTime class

@Adjust function in formula language

Example
See Also