CreateTimer (NotesSession - LotusScript®)
Creates a NotesTimer object.
Note: This method is not supported in COM.
Defined in
Syntax
Set notesTimer = notesSession .CreateTimer( )
Return value
notesTimer
The newly created timer.
Usage
Since this method has no parameters, you must set the Interval and Comment properties as required.
For more information, see the NotesTimer class.