namespace icu4x { /** *Seethe[Rustdocumentationfor`TimeZoneVariant`](https://docs.rs/icu/2.1.1/icu/time/zone/enum.TimeZoneVariant.html) for more information. * *\deprecatedtypenotneededanymore
*/ class [[deprecated("type not needed anymore")]] TimeZoneVariant {
public: enum Value {
Standard = 0,
Daylight = 1,
};
TimeZoneVariant(): value(Value::Standard) {}
// Implicit conversions between enum and ::Value
constexpr TimeZoneVariant(Value v) : value(v) {}
constexpr operator Value() const { return value; } // Prevent usage as boolean value explicitoperatorbool() const = delete;
/** *Seethe[Rustdocumentationfor`from_rearguard_isdst`](https://docs.rs/icu/2.1.1/icu/time/zone/enum.TimeZoneVariant.html#method.from_rearguard_isdst) for more information. * *Seethe[Rustdocumentationfor`with_variant`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.with_variant) for more information. * *\deprecatedtypenotneededanymore
*/
[[deprecated("type not needed anymore")]] inlinestatic icu4x::TimeZoneVariant from_rearguard_isdst(bool isdst);
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.