[#BloombergLP-baltzo-TimeZoneUtil-loadLocalTimePeriod-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/TimeZoneUtil.adoc[TimeZoneUtil]::loadLocalTimePeriod :relfileprefix: ../../../ :mrdocs: `loadLocalTimePeriod` overloads == Synopses Declared in `<baltzo_timezoneutil.h>` Load local‐time period attributes for `localTime`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/TimeZoneUtil/loadLocalTimePeriod-00.adoc[loadLocalTimePeriod]( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod]* result, xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime] const& localTime); ---- [.small]#xref:BloombergLP/baltzo/TimeZoneUtil/loadLocalTimePeriod-00.adoc[_» more..._]# Load local‐time period attributes for `localTime` in `timeZoneId`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baltzo/TimeZoneUtil/loadLocalTimePeriod-0a.adoc[loadLocalTimePeriod]( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod]* result, xref:BloombergLP/bdlt/DatetimeTz.adoc[bdlt::DatetimeTz] const& localTime, char const* timeZoneId); ---- [.small]#xref:BloombergLP/baltzo/TimeZoneUtil/loadLocalTimePeriod-0a.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the local‐time period attributes | *localTime* | local date‐time whose period attributes are loaded | *timeZoneId* | identifier of the time zone for `localTime` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#