.

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


CreateTimer method
Example

Creates a NotesTimer object.

Note 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.

Example
See Also