[#BloombergLP-balber-BerUtil_DateAndTimeHeaderImpUtil-putExtendedBinaryWithTimezoneValue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil.adoc[BerUtil_DateAndTimeHeaderImpUtil]::putExtendedBinaryWithTimezoneValue :relfileprefix: ../../../ :mrdocs: Write a representation of an extended‐binary header value that carries the specified `timezoneOffsetInMinutes` time‐zone offset value to the specified. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int putExtendedBinaryWithTimezoneValue( std::streambuf* streamBuf, int timezoneOffsetInMinutes); ---- == Description `streamBuf`. 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 | *streamBuf* | output stream buffer | *timezoneOffsetInMinutes* | time‐zone offset in minutes from UTC |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#