Interval Property  
 

Gets and sets the timer interval in milliseconds.

Syntax

object.Interval [= milliseconds ]

Remarks

The Interval property specifies the number of milliseconds between calls to the Timer event. A value of zero indicates that the timer is disabled and no events will be generated. The maximum interval value is 65536 milliseconds, which is slightly more than one minute.

Data Type

Integer (Int32)

See Also

Timer Event