#include <TimeZone.d.hpp>
◆ create_from_bcp47()
| std::unique_ptr< icu4x::TimeZone > icu4x::TimeZone::create_from_bcp47 |
( |
std::string_view | id | ) |
|
|
inlinestatic |
Creates a time zone from a BCP-47 string.
Returns the unknown time zone if the string is not a valid BCP-47 subtag.
Additional information: 1
◆ create_from_iana_id()
| std::unique_ptr< icu4x::TimeZone > icu4x::TimeZone::create_from_iana_id |
( |
std::string_view | iana_id | ) |
|
|
inlinestatic |
◆ create_from_system_id()
| std::unique_ptr< icu4x::TimeZone > icu4x::TimeZone::create_from_system_id |
( |
std::string_view | id, |
|
|
std::string_view | _region ) |
|
inlinestatic |
◆ create_from_windows_id()
| std::unique_ptr< icu4x::TimeZone > icu4x::TimeZone::create_from_windows_id |
( |
std::string_view | windows_id, |
|
|
std::string_view | region ) |
|
inlinestatic |
◆ is_unknown()
| bool icu4x::TimeZone::is_unknown |
( |
| ) |
const |
|
inline |
◆ operator delete()
| void icu4x::TimeZone::operator delete |
( |
void * | ptr | ) |
|
|
inlinestatic |
◆ unknown()
◆ with_offset()
◆ without_offset()
The documentation for this class was generated from the following files: