[#BloombergLP-baltzo-DataFileLoader-loadTimeZoneFilePath-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/DataFileLoader.adoc[DataFileLoader]::loadTimeZoneFilePath :relfileprefix: ../../../ :mrdocs: `loadTimeZoneFilePath` overloads == Synopses Declared in `<baltzo_datafileloader.h>` Load the time‐zone data file path into `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/baltzo/DataFileLoader/loadTimeZoneFilePath-08.adoc[loadTimeZoneFilePath]( xref:bsl/string.adoc[bsl::string]* result, char const* timeZoneId) const; ---- [.small]#xref:BloombergLP/baltzo/DataFileLoader/loadTimeZoneFilePath-08.adoc[_» more..._]# Load into the specified `result` the file‐system path to the Zoneinfo binary data file corresponding to the specified `timeZoneId` relative to the configured `rootPath`. Return 0 on success, and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/baltzo/DataFileLoader/loadTimeZoneFilePath-0a.adoc[loadTimeZoneFilePath]( std::pmr::string* result, char const* timeZoneId) const; ---- [.small]#xref:BloombergLP/baltzo/DataFileLoader/loadTimeZoneFilePath-0a.adoc[_» more..._]# Load into the specified `result` the file‐system path to the Zoneinfo binary data file corresponding to the specified `timeZoneId` relative to the configured `rootPath`. Return 0 on success, and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/baltzo/DataFileLoader/loadTimeZoneFilePath-05.adoc[loadTimeZoneFilePath]( std::string* result, char const* timeZoneId) const; ---- [.small]#xref:BloombergLP/baltzo/DataFileLoader/loadTimeZoneFilePath-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#