LOTUSSCRIPT/COM/OLE CLASSES
Given a string that represents the date and time you want, creates a new NotesDateTime object that represents that date and time. When used with OLE automation, this method allows you to create a NotesDateTime object without using New.
Defined in
NotesSession
Syntax
Set notesDateTime = notesSession.CreateDateTime( dateTime$ )
Parameters
dateTime$
notesDateTime
For more information on acceptable formats for the dateTime$ parameter, see the NotesDateTime class.
Language cross-reference
createDateTime method in Java Session class
Example See Also