[#BloombergLP-balber-BerUtil_ExtendedBinaryEncodingUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::BerUtil_ExtendedBinaryEncodingUtil :relfileprefix: ../../ :mrdocs: This component‐private utility `struct` provides a namespace for a suite of functions used by `BerUtil` to determine if a particular date and/or time value should be encoded using its corresponding extended‐binary‐encoding format, its corresponding compact‐binary‐encoding format, or neither format. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct BerUtil_ExtendedBinaryEncodingUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUtil_ExtendedBinaryEncodingUtil/Encoding.adoc[`Encoding`] | `Encoding` is an alias to a namespace for enumerating the union of the sets of date and time formats used to encode and decode all date and time types supported by `BerUtil`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balber/BerUtil_ExtendedBinaryEncodingUtil/useBinaryEncoding.adoc[`useBinaryEncoding`] | Return `true` if a date and/or time value must be encoded using either its corresponding extended‐binary‐encoding format or its corresponding compact‐binary‐encoding format according to the specified `options`, and return `false` otherwise. Note that, for any given `value` and `options`, the `value` must be encoded using its corresponding compact‐binary‐encoding format if `useExtendedBinaryEncoding(value, options)` returns `false` and `useBinaryEncoding(options)` returns `true`. | xref:BloombergLP/balber/BerUtil_ExtendedBinaryEncodingUtil/useExtendedBinaryEncoding-034.adoc[`useExtendedBinaryEncoding`] | `useExtendedBinaryEncoding` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#