Two‐byte header for extended‐binary date‐and‐time encodings.
Synopsis
Declared in <balber_berutil.h>
class BerUtil_DateAndTimeHeader;
Description
This component‐private, in‐core, value‐semantic attribute class provides a representation of the information available in the first two bytes of any extended‐binary‐encoding formatted data. All extended‐binary encoding schemes for date‐and‐time types contain a 2‐byte header in the same format, which can be unambiguously distinguished from the first 2 bytes of a date‐and‐time type in its corresponding compact‐binary‐encoding format or its ISO 8601 format.
Type Aliases
Name |
Description |
|
|
Alias for the extended‐binary header type enumeration. |
Member Functions
Name |
Description |
|
Create a header with not‐extended‐binary type and zero offset. |
Return |
|
Return |
|
Return |
|
Set the |
|
Set this header to extended‐binary without a time‐zone offset. |
|
Set the |
|
Return the value of the |
Created with MrDocs