[#BloombergLP-baltzo-ZoneinfoBinaryHeader-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader]::ZoneinfoBinaryHeader :relfileprefix: ../../../ :mrdocs: Create a `ZoneinfoBinaryHeader` with the specified attribute values. == Synopsis Declared in `<baltzo_zoneinfobinaryheader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ZoneinfoBinaryHeader( char version, int numIsGmt, int numIsStd, int numLeaps, int numTransitions, int numLocalTimeTypes, int abbrevDataSize); ---- == Description Create a `ZoneinfoBinaryHeader` having the specified `version`, `numIsGmt`, `numIsStd`, `numLeaps`, `numTransitions`, `numLocalTimeTypes`, and `abbrevDataSize` values. The behavior is undefined unless ('0' <= version && version <= '4')`, `0 <= numIsGmt`, `0 <= numIsStd`, `0 <= numLeaps`, `0 <= numTransitions`, `1 <= numLocalTimeTypes`, and `1 <= abbrevDataSize`. == Parameters [cols="1,4"] |=== | Name| Description | *version* | Zoneinfo file format version | *numIsGmt* | number of UTC/local indicators | *numIsStd* | number of standard/wall indicators | *numLeaps* | number of leap corrections | *numTransitions* | number of local‐time type transitions | *numLocalTimeTypes* | number of local‐time types | *abbrevDataSize* | length of abbreviation data |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#