namespace icu4x { /** *Seethe[Rustdocumentationfor`TimeZone`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html) for more information.
*/ class TimeZone {
public:
/** *Theunknowntimezone. * *Seethe[Rustdocumentationfor`unknown`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.unknown) for more information.
*/ inlinestatic std::unique_ptr<icu4x::TimeZone> unknown();
/** *Whetherthetimezoneistheunknownzone. * *Seethe[Rustdocumentationfor`is_unknown`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html#method.is_unknown) for more information.
*/ inlinebool is_unknown() const;
/** *Seethe[Rustdocumentationfor`with_offset`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html#method.with_offset) for more information.
*/ inline std::unique_ptr<icu4x::TimeZoneInfo> with_offset(const icu4x::UtcOffset& offset) const;
/** *Seethe[Rustdocumentationfor`without_offset`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html#method.without_offset) for more information.
*/ inline std::unique_ptr<icu4x::TimeZoneInfo> without_offset() const;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.