[#BloombergLP-balber-BerUtil_DateAndTimeHeader-makeExtendedBinaryWithTimezone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_DateAndTimeHeader.adoc[BerUtil_DateAndTimeHeader]::makeExtendedBinaryWithTimezone :relfileprefix: ../../../ :mrdocs: Set the `type` attribute of this object to the `Type::e_EXTENDED_BINARY_WITH_TIMEZONE` value and the `timezoneOffsetInMinutes` attribute of this object to the specified `offset`. The behavior is undefined unless `TimezoneUtil::k_MIN_OFFSET <= offset` and `TimezoneUtil::k_MAX_OFFSET >= offset`. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void makeExtendedBinaryWithTimezone(int offset); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#