Return the address of the Zoneinfo for timeZoneId, or 0 on failure.
Declared in <baltzo_zoneinfocache.h>
Return the address of the Zoneinfo for timeZoneId, or 0 on failure.
Zoneinfo const*
getZoneinfo(char const* timeZoneId);
» more...
Return the address of the Zoneinfo for timeZoneId, or 0 on failure.
Zoneinfo const*
getZoneinfo(
int* rc,
char const* timeZoneId);
» more...
address of the Zoneinfo for timeZoneId, or 0 on failure
| Name | Description |
|---|---|
| timeZoneId | time zone identifier |
| rc | receives the return code for this operation |