Write the ISO 8601 representation of the specified value to the output sequence of the specified streamBuf. Return 0 on success and a non‐zero value otherwise. The operation succeeds if all bytes of the ISO 8601 representation of the value are written to the streamBuf without the write position becoming unavailable.
Synopsis
Declared in <balber_berutil.h>
static
int
putDateTzValue(
std::streambuf* streamBuf,
bdlt::DateTz const& value,
BerEncoderOptions const* options);
Created with MrDocs