Utilities for ISO 8601 date and time BER encoding and decoding.
Synopsis
Declared in <balber_berutil.h>
struct BerUtil_Iso8601ImpUtil;
Description
This component‐private utility struct provides a namespace for a suite of functions used by BerUtil to implement BER encoding and decoding operations for date and time values in the ISO 8601 format. See the component‐level documentation of {`bdlt_iso8601util`} for a complete description of the ISO 8601 format used by the functions provided by this struct.
Type Aliases
Name |
Description |
|
Static Member Functions
Name |
Description |
Decode an ISO 8601 date with time zone from |
|
Decode an ISO 8601 date from |
|
Decode an ISO 8601 datetime with time zone from |
|
Decode an ISO 8601 datetime from |
|
Decode an ISO 8601 time with time zone from |
|
Decode an ISO 8601 time from |
|
Encode a date with time zone in ISO 8601 form to |
|
Encode a date in ISO 8601 form to |
|
Encode a datetime with time zone in ISO 8601 form to |
|
Encode a datetime in ISO 8601 form to |
|
Encode a time with time zone in ISO 8601 form to |
|
Encode a time in ISO 8601 form to |
Created with MrDocs