Load the Zoneinfo file path for timeZoneId into result.
Declared in <baltzo_datafileloader.h>
Load the Zoneinfo file path for timeZoneId into result.
int
loadTimeZoneFilePath(
bsl::string* result,
char const* timeZoneId) const;
» more...
Load the Zoneinfo file path for timeZoneId into result.
int
loadTimeZoneFilePath(
std::pmr::string* result,
char const* timeZoneId) const;
» more...
Load the Zoneinfo file path for timeZoneId into result.
int
loadTimeZoneFilePath(
std::string* result,
char const* timeZoneId) const;
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| result | receives the file-system path to the Zoneinfo data file |
| timeZoneId | identifier of the time zone whose file path is loaded |