spanHour method

double spanHour(
  1. Julian b
)

Implementation

double spanHour(Julian b) {
  return spanDay(b) * HR_PER_DAY;
}