[#BloombergLP-baljsn-JsonFormatter_Util-valueAsJson-045] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonFormatter_Util.adoc[JsonFormatter_Util]::xref:BloombergLP/baljsn/JsonFormatter_Util/valueAsJson-00.adoc[valueAsJson]<xref:BloombergLP/bdlt/DateTz.adoc[DateTz]> :relfileprefix: ../../../ :mrdocs: Load the JSON representation of the `DateTz` `value` into `json`. == Synopsis Declared in `<baljsn_jsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> int xref:BloombergLP/baljsn/JsonFormatter_Util/valueAsJson-00.adoc[valueAsJson]<DateTz>( xref:BloombergLP/bdljsn/Json.adoc[bdljsn::Json]* json, xref:BloombergLP/bdlt/DateTz.adoc[bdlt::DateTz] const& value, xref:BloombergLP/baljsn/EncoderOptions.adoc[EncoderOptions] const* options); ---- == Description Return 0 on success and a non‐zero value otherwise. == Return Value 0 on success and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *json* | JSON object to receive the encoded value | *value* | date‐with‐timezone value to encode | *options* | optional encoding options; null uses defaults |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#