Interval Property

Top  Previous  Next

Specifies milliseconds between two Timer events.

Syntax

Control.Interval = nTime

Parameters

nTime

Number of milliseconds between two Timer events. The default value is 0 which disables timer events completely.

Remarks

Applies to: Timer Control

 

Timer do not fire at precise intervals. The length of the period between two timer events is not guaranteed to be Interval. Timer events, however, do not fire more frequently than specified in Interval.

Compatibility

On Windows Mobile devices, values of less than 15 ms are not reliable, as the default resolution is just 10 ms.

See also

Timer Event