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