LOTUSSCRIPT/COM/OLE CLASSES


Examples: AdjustMonth method
1. This script increments a NotesDateTime object by three months, so that it represents 07/16/96 05:36:00 PM.
2. This script decrements a NotesDateTime object by three months, so that it represents 01/16/96 05:36:00 PM.
3. This script decrements a NotesDateTime object by four months. This carries the date over to the previous year, so that it represents 12/16/95 05:36:00 PM.
See Also