LOTUSSCRIPT/COM/OLE CLASSES


Examples: AdjustSecond method
1. This script increments a NotesDateTime object by 20 seconds, so that it represents 04/16/96 05:36:20 PM.
2. This script decrements a NotesDateTime object by 20 seconds, so that it represents 04/16/96 05:35:40 PM.
3. This script creates a NotesDateTime object set to today's date and then attempts to increment it by 50 seconds. The AdjustSecond method, however, has no effect because dateTime does not have a time component.
See Also