Write a representation of an extended-binary header value that carries the specified timezoneOffsetInMinutes time-zone offset value to the specified.
Declared in <balber_berutil.h>
static
int
putExtendedBinaryWithTimezoneValue(
std::streambuf* streamBuf,
int timezoneOffsetInMinutes);
streamBuf. Return 0 on success, and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |
| timezoneOffsetInMinutes | time-zone offset in minutes from UTC |