.

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


Interval property
Example

Read-write. The interval in seconds at which the handler for the Alarm event is called.

Defined in

NotesTimer

Data type

Integer

Syntax

To get: interval% = notesTimer.Interval

To set: notesTimer.Interval = interval%

Usage

The interval is not guaranteed; other activities on the computer involving script may delay the event.

Example
See Also