setTimeZone overloads
Declared in <baltzo_testloader.h>
Set, to the specified timeZone, the time-zone information that will be returned by loadTimeZone for the identifier timeZone.identifier().
void
setTimeZone(Zoneinfo const& timeZone);
» more...
Set the time-zone data this loader returns for timeZoneId.
int
setTimeZone(
char const* timeZoneId,
char const* timeZoneData,
int timeZoneDataNumBytes);
» more...
0 on success, or a negative value if an error occurs
| Name | Description |
|---|---|
| timeZone | time-zone information associated with its identifier |
| timeZoneId | identifier of the time zone to configure |
| timeZoneData | buffer holding Zoneinfo standard binary data |
| timeZoneDataNumBytes | number of bytes in timeZoneData |