Return whether serialDay is a valid serial date value.
Declared in <bdlt_posixdateimputil.h>
static
bool
isValidSerial(int serialDay);
Return true if the specified serialDay represents a valid date value, and false otherwise. Note that valid date values are (as fully defined in the component-level documentation) in the range [ 1 .. 3652061 ].
true if valid, false otherwise
| Name | Description |
|---|---|
| serialDay | serial day to validate |