[#BloombergLP-baltzo-ZoneinfoBinaryHeader-isValidAbbrevDataSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader]::isValidAbbrevDataSize :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `value` is greater than or equal to 1, and `false` otherwise'. == Synopsis Declared in `<baltzo_zoneinfobinaryheader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isValidAbbrevDataSize(int value); ---- == Return Value `true` if `value` is a valid `abbrevDataSize` == Parameters [cols="1,4"] |=== | Name| Description | *value* | candidate abbreviation‐data length |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#