This component-private utility struct provides a namespace for a suite of functions and constants used by BerUtil to encode and decode time-zone values.
Declared in <balber_berutil.h>
struct BerUtil_TimezoneOffsetImpUtil;
| Name | Description |
|---|---|
Unnamed enum | Constants for time-zone offset encoding. |
| Name | Description |
|---|---|
getTimezoneOffsetInMinutes | Read from the specified streamBuf and load to the specified value of the time-zone offset. |
getTimezoneOffsetInMinutesIfValid | Decode a time-zone offset if it is within the valid range. |
isValidTimezoneOffsetInMinutes | Return whether value is a valid time-zone offset in minutes. |
putTimezoneOffsetInMinutes | Encode a time-zone offset in minutes to streamBuf. |