Interval Property

Applies To   See Also

Specifies the number of milliseconds between calls to a Timer control's Timer event. Available at design time and run time.

Syntax

Timer.Interval[ = nTime]

Settings

nTime

Specifies the number of milliseconds between Timer events. The default value is 0, which prevents the Timer event from firing.

Remarks

For more information about the Interval property, see "Initializing a Timer Control" in Chapter 10, Using Controls, in the Programmer's Guide.