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);

Return the address of the Zoneinfo for timeZoneId, or 0 on failure.

Zoneinfo const*
getZoneinfo(
    int* rc,
    char const* timeZoneId);

Return Value

address of the Zoneinfo for timeZoneId, or 0 on failure

Parameters

Name

Description

timeZoneId

time zone identifier

rc

receives the return code for this operation

Created with MrDocs