BloombergLP::balber::BerUtil_DateAndTimeHeaderImpUtil::isReserved

Return true if the specified firstByte of an encoded date-and-time value indicates it is in a format reserved for future use, and return false otherwise.

Synopsis

Declared in <balber_berutil.h>

static
bool
isReserved(unsigned char firstByte);

Description

Note that this may indicate the value was encoded incorrectly or using a newer version of this component.

Return Value

true if firstByte indicates a reserved format, and false otherwise

Parameters

NameDescription
firstBytefirst byte of an encoded date-and-time value