7 years, 3 months ago.

Does the timer.stop() resets the timer to zeros also ?

If the timer has started and then after some time I call: timer.stop(), then timer.start(), the new start will start from zero or I have to add a timer.reset() after stop ?

1 Answer

7 years, 3 months ago.

You have to add the reset.