[#BloombergLP-baltzo-LocalTimeDescriptor-isValidUtcOffsetInSeconds] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor]::isValidUtcOffsetInSeconds :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `value` is in the range `[‐86399 .. 86399]`, and `false` otherwise. == Synopsis Declared in `<baltzo_localtimedescriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isValidUtcOffsetInSeconds(int value); ---- == Return Value `true` if `value` is in the range `[‐86399 .. 86399]`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *value* | UTC offset in seconds to validate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#