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.

Synopsis

Declared in <balber_berutil.h>

struct BerUtil_TimezoneOffsetImpUtil;

Enums

Name

Description

Unnamed enum

Constants for time‐zone offset encoding.

Static Member Functions

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.

Created with MrDocs