getElapsedTime method

int getElapsedTime()

Implementation

int getElapsedTime() {
  return elapsedScreenTime.elapsed.inSeconds;
}