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.

void
setTimeZoneId(std::string_view const& value);

Set the timeZoneId attribute of this object to the specified value. If value is null, it is treated as an empty string.

void
setTimeZoneId(char const* value);

Parameters

Name

Description

value

the time zone identifier to assign

Created with MrDocs