Read from the specified streamBuf and load to the specified value of the time‐zone offset.
Synopsis
Declared in <balber_berutil.h>
static
int
getTimezoneOffsetInMinutes(
int* value,
std::streambuf* streamBuf);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
value |
destination for the decoded value |
streamBuf |
input stream buffer |
Created with MrDocs