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
bool
validJulian
()

Parameters

julianDate uint

Julian day to check

Return Value

Type: bool

%TRUE if the Julian day is valid

Meta