spanSec method

double spanSec(
  1. Julian b
)

Implementation

double spanSec(Julian b) {
  return spanDay(b) * SEC_PER_DAY;
}