Return true if the specified yyyymmddValue represents a valid Date value in the "YYYYMMDD" format, and false otherwise.
Synopsis
Declared in <bdlt_dateutil.h>
static
bool
isValidYYYYMMDD(int yyyymmddValue);
Return Value
true if valid, false otherwise
Parameters
Name |
Description |
yyyymmddValue |
integer in YYYYMMDD form |
Created with MrDocs