// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { TimeZone } from "./TimeZone" import type { TimeZoneIterator } from "./TimeZoneIterator" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AmapperbetweenIANAtimezoneidentifiersandBCP-47timezoneidentifiers. * *Thismappersupportstwo-waymapping,butitisoptimizedforthecaseofIANAtoBCP-47. *ItalsosupportsnormalizingandcanonicalizingtheIANAstrings. * *Seethe[Rustdocumentationfor`IanaParser`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParser.html) for more information.
*/
export class IanaParser { /** @internal */
get ffiValue(): pointer;
/** *Createanew{@linkIanaParser}usingaparticulardatasource * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParser.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): IanaParser;
/** *Seethe[Rustdocumentationfor`parse`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserBorrowed.html#method.parse) for more information.
*/
parse(value: string): TimeZone;
/** *Seethe[Rustdocumentationfor`iter`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParserBorrowed.html#method.iter) for more information.
*/
iter(): TimeZoneIterator;
/** *Createanew{@linkIanaParser}usingcompileddata * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/time/zone/iana/struct.IanaParser.html#method.new) for more information.
*/
constructor();
}
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.