Gets and sets the number of milliseconds between calls to the
control's OnTimer event.
Syntax
object.Interval [= milliseconds ]
Remarks
The Interval property specifies the number of milliseconds
between calls to the OnTimer 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.