Load the time zone identifier into timezone.
Synopses
Declared in <baltzo_localtimeoffsetutil.h>
Load the time zone identifier into timezone.
static
void
loadTimezone(bsl::string* timezone);
Load the time zone identifier into timezone.
static
void
loadTimezone(std::pmr::string* timezone);
Load the time zone identifier into timezone.
static
void
loadTimezone(std::string* timezone);
Parameters
Name |
Description |
timezone |
receives the time zone identifier |
Created with MrDocs