Create a LocalTimeDescriptor object having the specified utcOffsetInSeconds, dstInEffectFlag, and description attribute values. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used. The behavior is undefined unless ‐86339 <= utcOffsetInSeconds <= 86399.
Synopsis
Declared in <baltzo_localtimedescriptor.h>
LocalTimeDescriptor(
int utcOffsetInSeconds,
bool dstInEffectFlag,
std::string_view const& description,
allocator_type const& allocator = allocator_type());
Created with MrDocs