Load into the specified value a date or date-with-timezone from json.
Declared in <baljsn_jsonparserutil.h>
static
int
getValue(
ParserUtil::DateOrDateTz* value,
bdljsn::Json const& json);
Return 0 on success or a non-zero value on failure.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | receives the parsed date or date-with-timezone |
| json | JSON object supplying the value |