[#BloombergLP-baltzo-TimeZoneUtilImp-createLocalTimePeriod] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/TimeZoneUtilImp.adoc[TimeZoneUtilImp]::createLocalTimePeriod :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void createLocalTimePeriod( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod]* result, xref:BloombergLP/baltzo/Zoneinfo/TransitionConstIterator.adoc[Zoneinfo::TransitionConstIterator] const& transition, xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& timeZone); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#