Interval Property
Specifies the number of milliseconds between calls to a Timer control's Timer event. Available at design time and run time.
Timer.Interval[ = nTime]
Return Value
- nTime
Specifies the number of milliseconds between Timer events. The default value is 0, which prevents the Timer event from firing.
Remarks
Applies To: Timer Control
For more information about the Interval property, see "Initializing a Timer Control" in Performing Specific Actions at Given Intervals.