.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


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