LOTUSSCRIPT/COM/OLE CLASSES


CreateTimer method
Esempio

Creates a NotesTimer object.

Nota This method is not supported in COM.

Defined in

NotesSession

Syntax

Set notesTimer = notesSession.CreateTimer( )

Return value

notesTimer


Usage

Since this method has no parameters, you must set the Interval and Comment properties as required.

For more information, see the NotesTimer class.

Esempio
Vedere anche