// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { TimeZone } from "./TimeZone" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AmapperbetweenWindowstimezoneidentifiersandBCP-47timezoneidentifiers. * *Thismappersupportstwo-waymapping,butitisoptimizedforthecaseofWindowstoBCP-47. *ItalsosupportsnormalizingandcanonicalizingtheWindowsstrings. * *Seethe[Rustdocumentationfor`WindowsParser`](https://docs.rs/icu/2.1.1/icu/time/zone/windows/struct.WindowsParser.html) for more information.
*/
export class WindowsParser { /** @internal */
get ffiValue(): pointer;
/** *Createanew{@linkWindowsParser}usingaparticulardatasource * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/time/zone/windows/struct.WindowsParser.html#method.new) for more information.
*/ static createWithProvider(provider: DataProvider): WindowsParser;
/** *Seethe[Rustdocumentationfor`parse`](https://docs.rs/icu/2.1.1/icu/time/zone/windows/struct.WindowsParserBorrowed.html#method.parse) for more information.
*/
parse(value: string, region: string): TimeZone | null;
/** *Createanew{@linkWindowsParser}usingcompileddata * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/time/zone/windows/struct.WindowsParser.html#method.new) for more information.
*/
constructor();
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.15 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.