valid_julian
Description:
public static bool valid_julian (
uint julian_date)
Returns true if the Julian day is valid.
Anything greater than zero is basically a valid Julian, though there is a 32-bit limit.
Parameters:
julian_date |
Julian day to check
|
Returns:
true if the Julian day is valid
|