LOTUSSCRIPT/COM/OLE CLASSES


CreateDateTime method
Example

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$


Return value

notesDateTime


Usage

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