Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the number of milliseconds between calls to a Timer control's Timer event. Available at design time and run time.
Timer.Interval[ = nTime]
Property Values
- 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 Performing Specific Actions at Given Intervals.
See Also
Applies To: Timer