[#BloombergLP-baltzo-ZoneinfoCache-getZoneinfo-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/ZoneinfoCache.adoc[ZoneinfoCache]::getZoneinfo :relfileprefix: ../../../ :mrdocs: Return the address of the `Zoneinfo` for `timeZoneId`, or 0 on failure. == Synopses Declared in `<baltzo_zoneinfocache.h>` Return the address of the `Zoneinfo` for `timeZoneId`, or 0 on failure. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const* xref:BloombergLP/baltzo/ZoneinfoCache/getZoneinfo-00.adoc[getZoneinfo](char const* timeZoneId); ---- [.small]#xref:BloombergLP/baltzo/ZoneinfoCache/getZoneinfo-00.adoc[_» more..._]# Return the address of the `Zoneinfo` for `timeZoneId`, or 0 on failure. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const* xref:BloombergLP/baltzo/ZoneinfoCache/getZoneinfo-05.adoc[getZoneinfo]( int* rc, char const* timeZoneId); ---- [.small]#xref:BloombergLP/baltzo/ZoneinfoCache/getZoneinfo-05.adoc[_» more..._]# == Return Value address of the `Zoneinfo` for `timeZoneId`, or 0 on failure == Parameters [cols="1,4"] |=== | Name| Description | *timeZoneId* | time zone identifier | *rc* | receives the return code for this operation |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#