Resets a timer. If a timer is running, it will reset to "zero". If a timer is stopped, it will be started.
reset()
// EXAMPLE USAGE timer.reset(); // reset timer if running, or start timer if stopped.