secondsRemaining method

int secondsRemaining()

Implementation

int secondsRemaining() {
  return (timeRemaining/1000).round();
}