Gets or sets the interval between timer events.
[Visual Basic] Public Property Interval As Double [C#] public double Interval {get; set;} [C++] public: __property double get_Interval(); public: __property void set_Interval(double); [JScript] public function get Interval() : double; public function set Interval(double);
The number of milliseconds between timer events. The value must be at least 1 millisecond.
If the Interval property is set after the timer has started, the count will be restarted.