JAVA/CORBA CLASSES
Increments a date-time by the number of minutes you specify.
Defined in
DateTime
Syntax
public void adjustMinute(int n) throws NotesException
public void adjustMinute(int n, boolean preservelocaltime) throws NotesException
Parameters
int n
If the DateTime object consists of only a date component, this method has no effect.
The number of minutes by which you increment a DateTime object can cause the date component to be adjusted, too. For example, if the adjustment is +1440, the date component changes to the next calendar day.
Language cross-reference
AdjustMinute method in LotusScript NotesDateTime class
@Adjust function in formula language
Example See Also