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