Load local‐time period attributes for transition in timeZone.

Synopsis

Declared in <baltzo_timezoneutilimp.h>

static
void
createLocalTimePeriod(
    LocalTimePeriod* result,
    Zoneinfo::TransitionConstIterator const& transition,
    Zoneinfo const& timeZone);

Description

Load, into the specified result, attributes characterizing local time indicated by the specified transition in the specified timeZone. The behavior is undefined unless ZoneinfoUtil::isWellFormed(timeZone) is true and transition is a valid, non‐ending, iterator into the sequence of transitions described by timeZone.

Parameters

Name

Description

result

receives the local‐time period attributes

transition

iterator to the characterizing zoneinfo transition

timeZone

well‐formed zoneinfo providing transition data

Created with MrDocs