validJulian

fun validJulian(julianDate: <Error class: unknown class>): Boolean

Returns true if the Julian day is valid. Anything greater than zero is basically a valid Julian, though there is a 32-bit limit.

Return

true if the Julian day is valid

Parameters

julianDate

Julian day to check