[#BloombergLP-baltzo-LocalTimeOffsetUtil-loadLocalTimePeriod] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalTimeOffsetUtil.adoc[LocalTimeOffsetUtil]::loadLocalTimePeriod :relfileprefix: ../../../ :mrdocs: Load to the specified `localTimePeriod` the local time period information currently used by the `localTimeOffset` method. That information is updated when `localTimeOffset` is called with a `utcDatetime` outside the range `localTimePeriod().utcStartTime()` (inclusive) `localTimePeriod().utcEndTime()` (exclusive). This method is _not_ thread‐safe. The behavior is undefined if this method is invoked before the successful invocation of a `configure` method. == Synopsis Declared in `<baltzo_localtimeoffsetutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void loadLocalTimePeriod(xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod]* localTimePeriod); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#