Return true if the specified value is a valid time-zone offset, and return false otherwise. A time-zone offset is valid if it is greater than or equal to k_MIN_OFFSET and less than or equal to k_MAX_OFFSET.
Declared in <balber_berutil.h>
static
bool
isValidTimezoneOffsetInMinutes(int value);