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]

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

Reset Method | Timer Event

Applies To: Timer