start method

void start()

Start the timer from 0.

Implementation

void start() {
  reset();
  resume();
}