Starts the timer by setting Enabled to true. If the Timer is already enabled, the count is restarted.
[Visual Basic] Public Sub Start() [C#] public void Start(); [C++] public: void Start(); [JScript] public function Start();
If AutoReset is false, this method must be called in order to start the count again.