roundSeconds method

int roundSeconds()

Implementation

int roundSeconds() {
  return (inMilliseconds / 1000).round();
}