JavaScript Editor js editor     Web development 



Main Page

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.

See Also



JavaScript Editor js editor     Web development