getSeconds method

double getSeconds()

Implementation

double getSeconds() {
  return getMilliseconds() / 1000.0;
}