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>

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

Name

Description

firstByte

first byte of an encoded date‐and‐time value

Created with MrDocs