Create a LocalDatetime object with attribute values set from the specified datetimeTz and timeZoneId, using the specified allocator to supply memory. If timeZoneId is passed as a null pointer, it is treated as an empty string.

Synopsis

Declared in <baltzo_localdatetime.h>

LocalDatetime(
    bdlt::DatetimeTz const& datetimeTz,
    char const* timeZoneId,
    allocator_type const& allocator = allocator_type());

Created with MrDocs