[#BloombergLP-baljsn-JsonParserUtil-getValue-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonParserUtil.adoc[JsonParserUtil]::getValue :relfileprefix: ../../../ :mrdocs: Load into the specified `value` a time or time‐with‐timezone from `json`. == Synopsis Declared in `<baljsn_jsonparserutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getValue( xref:BloombergLP/baljsn/ParserUtil/TimeOrTimeTz.adoc[ParserUtil::TimeOrTimeTz]* value, xref:BloombergLP/bdljsn/Json.adoc[bdljsn::Json] const& json); ---- == Description Return 0 on success or a non‐zero value on failure. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *value* | receives the parsed time or time‐with‐timezone | *json* | JSON object supplying the value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#