Return whether value is a valid time-zone offset in minutes.
Declared in <balber_berutil.h>
static
bool
isValidTimezoneOffsetInMinutes(int value);
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.
true if value is a valid time-zone offset in minutes, and false otherwise
| Name | Description |
|---|---|
| value | value to encode |