Write to the specified streamBuf the value of the specified time‐zone offset value. The behavior is undefined unless k_MIN_OFFSET <= value and value <= k_MAX_OFFSET.

Synopsis

Declared in <balber_berutil.h>

static
int
putTimezoneOffsetInMinutes(
    std::streambuf* streamBuf,
    int value);

Created with MrDocs