[#BloombergLP-baltzo-LocalDatetime-setTimeZoneId-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime]::setTimeZoneId :relfileprefix: ../../../ :mrdocs: `setTimeZoneId` overloads == Synopses Declared in `<baltzo_localdatetime.h>` Set the `timeZoneId` attribute of this object to the specified `value`. If `value` is null, it is treated as an empty string. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/baltzo/LocalDatetime/setTimeZoneId-02.adoc[setTimeZoneId](std::string_view const& value); ---- [.small]#xref:BloombergLP/baltzo/LocalDatetime/setTimeZoneId-02.adoc[_» more..._]# Set the `timeZoneId` attribute of this object to the specified `value`. If `value` is null, it is treated as an empty string. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/baltzo/LocalDatetime/setTimeZoneId-00.adoc[setTimeZoneId](char const* value); ---- [.small]#xref:BloombergLP/baltzo/LocalDatetime/setTimeZoneId-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *value* | the time zone identifier to assign |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#