Initializes a new instance of the Timer class.
Provides the default constructor for the Timer class. The Interval is set to 100 milliseconds, AutoReset defaults to true, and Enabled defaults to false.
[Visual Basic] Overloads Public Sub New()
[C#] public Timer();
[C++] public: Timer();
[JScript] public function Timer();
Initializes a new instance of the Timer class, setting the Interval property to the specified period.
[Visual Basic] Overloads Public Sub New(Double)
[C#] public Timer(double);
[C++] public: Timer(double);
[JScript] public function Timer(double);