[#BloombergLP-balber-BerUtil_DateAndTimeHeaderImpUtil-isExtendedBinaryWithTimezone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil.adoc[BerUtil_DateAndTimeHeaderImpUtil]::isExtendedBinaryWithTimezone :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `firstByte` if an encoded date‐and‐time value indicates is is in the extended‐binary‐encoding format and carries a time‐zone. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isExtendedBinaryWithTimezone(unsigned char firstByte); ---- == Description offset value, and return `false` otherwise. == Return Value `true` if `firstByte` indicates extended‐binary encoding with a time‐zone offset, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *firstByte* | first byte of an encoded date‐and‐time value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#