Interval
value = timer.Interval
or
timer.Interval = value
Description:
Query or set the interval (in milliseconds) of the timer.
This is a read/write integer property.
When the interval is set, the time already accumulated by the timer
is discarded, and the new accumulation is started from 0.