Load into the specified value a datetime or datetime-with-timezone from json.
Declared in <baljsn_jsonparserutil.h>
static
int
getValue(
ParserUtil::DatetimeOrDatetimeTz* 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 datetime or datetime-with-timezone |
| json | JSON object supplying the value |