|
BDE 4.39.x Production Release
|
#include <balber_berutil.h>
This component-private utility struct provides a namespace for enumerating the set of formats that may be used by BerUtil to decode to values of bdlb::Variant2<bdlt::Datetime, bdlt::DatetimeTz> type.
See balber_berutil
Public Types | |
| enum | Value { e_ISO8601_DATETIME = Encoding::e_ISO8601_DATETIME , e_ISO8601_DATETIMETZ = Encoding::e_ISO8601_DATETIMETZ , e_COMPACT_BINARY_DATETIME = Encoding::e_COMPACT_BINARY_DATETIME , e_COMPACT_BINARY_DATETIMETZ = Encoding::e_COMPACT_BINARY_DATETIMETZ , e_EXTENDED_BINARY_DATETIME = Encoding::e_EXTENDED_BINARY_DATETIME , e_EXTENDED_BINARY_DATETIMETZ = Encoding::e_EXTENDED_BINARY_DATETIMETZ } |
| typedef BerUtil_DateAndTimeEncoding | Encoding |
Encoding is an alias to a namespace for enumerating the union of the sets of date and time formats used to encode and decode all date and time types supported by BerUtil.