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.
Declared in <balber_berutil.h>
static
bool
isExtendedBinaryWithTimezone(unsigned char firstByte);
offset value, and return false otherwise.
true if firstByte indicates extended-binary encoding with a time-zone offset, and false otherwise
| Name | Description |
|---|---|
| firstByte | first byte of an encoded date-and-time value |