Date.validJulian

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

class Date
static
int
validJulian
()

Parameters

julianDate uint

Julian day to check

Return Value

Type: int

TRUE if the Julian day is valid

Meta