BloombergLP::baltzo::ZoneinfoCache::getZoneinfo

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.

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...

Return Value

address of the Zoneinfo for timeZoneId, or 0 on failure

Parameters

NameDescription
timeZoneIdtime zone identifier
rcreceives the return code for this operation