totalDays

fun totalDays(julianDate: JulianDate): Double(source)

Computes the total number of whole and fractional days represented by the provided instance.

Return

The Julian date as single floating point number.

Parameters

julianDate

The date.

See also