Return true if the specified firstByte of an encoded date‐and‐time value indicates it is in the extended‐binary‐encoding format and does not carry a.

Synopsis

Declared in <balber_berutil.h>

static
bool
isExtendedBinaryWithoutTimezone(unsigned char firstByte);

Description

time‐zone offset value, and return false otherwise.

Return Value

true if firstByte indicates extended‐binary encoding without a time‐zone offset, and false otherwise

Parameters

Name

Description

firstByte

first byte of an encoded date‐and‐time value

Created with MrDocs