Return the address of the Zoneinfo for timeZoneId, or 0 on failure.
Declared in <baltzo_zoneinfocache.h>
Zoneinfo const*
getZoneinfo(
int* rc,
char const* timeZoneId);
Return the address of the non-modifiable Zoneinfo object describing the time zone identified by the specified timeZoneId, or 0 if the operation does not succeed. Optionally load the return code for this operation into the specified rc.
address of the Zoneinfo for timeZoneId, or 0 on failure
| Name | Description |
|---|---|
| rc | receives the return code for this operation |
| timeZoneId | time zone identifier |