Return true if the specified value is in the range [-86399 .. 86399], and false otherwise.
Declared in <baltzo_localtimedescriptor.h>
static
bool
isValidUtcOffsetInSeconds(int value);
true if value is in the range [-86399 .. 86399], and false otherwise
| Name | Description |
|---|---|
| value | UTC offset in seconds to validate |