// generated by diplomat-tool import type { TimeZoneInfo } from "./TimeZoneInfo" import type { UtcOffset } from "./UtcOffset" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`TimeZone`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html) for more information.
*/
export class TimeZone { /** @internal */
get ffiValue(): pointer; /** @internal */
constructor();
/** *Theunknowntimezone. * *Seethe[Rustdocumentationfor`unknown`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZoneInfo.html#method.unknown) for more information.
*/ static unknown(): TimeZone;
/** *Whetherthetimezoneistheunknownzone. * *Seethe[Rustdocumentationfor`is_unknown`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html#method.is_unknown) for more information.
*/
isUnknown(): boolean;
/** *Seethe[Rustdocumentationfor`with_offset`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html#method.with_offset) for more information.
*/
withOffset(offset: UtcOffset): TimeZoneInfo;
/** *Seethe[Rustdocumentationfor`without_offset`](https://docs.rs/icu/2.1.1/icu/time/struct.TimeZone.html#method.without_offset) for more information.
*/
withoutOffset(): TimeZoneInfo;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-08-25)
¤
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.