tickUp method

void tickUp()

Implementation

void tickUp() {
  int sec = getTotalSeconds();
  sec++;

  apply(sec);
}