Load the current local time period into localTimePeriod.
Declared in <baltzo_localtimeoffsetutil.h>
static
void
loadLocalTimePeriod(LocalTimePeriod* localTimePeriod);
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.
| Name | Description |
|---|---|
| localTimePeriod | receives the current local time period |