getSecondsComponent method

int getSecondsComponent()

Implementation

int getSecondsComponent()
{
  return seconds.remainder(secondsPerMinute);
}