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.
Synopsis
Declared in <baltzo_timezoneutilimp.h>
static
void
createLocalTimePeriod(
LocalTimePeriod* result,
Zoneinfo::TransitionConstIterator const& transition,
Zoneinfo const& timeZone);
Created with MrDocs