namespace icu4x { /** *Seethe[Rustdocumentationfor`TimeZoneInfo`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html) for more information.
*/ class TimeZoneInfo {
public:
/** *CreatesatimezoneforUTC(CoordinatedUniversalTime). * *Seethe[Rustdocumentationfor`utc`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.utc) for more information.
*/ inlinestatic std::unique_ptr<icu4x::TimeZoneInfo> utc();
/** *Seethe[Rustdocumentationfor`id`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.id) for more information.
*/ inline std::unique_ptr<icu4x::TimeZone> id() const;
/** *ReturnstheDateTimefortheUTCzonenamereferencetime * *Seethe[Rustdocumentationfor`zone_name_timestamp`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.zone_name_timestamp) for more information.
*/ inline std::optional<icu4x::IsoDateTime> zone_name_date_time() const;
/** *Seethe[Rustdocumentationfor`with_variant`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.with_variant) for more information. * *\deprecatedreturnsunmodifiedcopy
*/
[[deprecated("returns unmodified copy")]] inline std::unique_ptr<icu4x::TimeZoneInfo> with_variant(icu4x::TimeZoneVariant _time_variant) const;
/** *Seethe[Rustdocumentationfor`offset`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.offset) for more information.
*/ inline std::unique_ptr<icu4x::UtcOffset> offset() const;
/** *Seethe[Rustdocumentationfor`infer_variant`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.infer_variant) for more information. * *Additionalinformation:[1](https://docs.rs/icu/2.1.1/icu/time/zone/enum.TimeZoneVariant.html) * *\deprecateddoesnothing
*/
[[deprecated("does nothing")]] inline std::optional<std::monostate> infer_variant(const icu4x::VariantOffsetsCalculator& _offset_calculator);
/** *Seethe[Rustdocumentationfor`variant`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.variant) for more information. * *\deprecatedalwaysreturnsnull
*/
[[deprecated("always returns null")]] inline std::optional<icu4x::TimeZoneVariant> variant() 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.