Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu_capi/bindings/js/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 326 B image not shown  

Quelle  ICU4XWeekOf.d.ts   Sprache: unbekannt

 
import { u16 } from "./diplomat-runtime"
import { ICU4XWeekRelativeUnit } from "./ICU4XWeekRelativeUnit";

/**

 * See the {@link https://docs.rs/icu/latest/icu/calendar/week/struct.WeekOf.html Rust documentation for `WeekOf`} for more information.
 */
export class ICU4XWeekOf {
  week: u16;
  unit: ICU4XWeekRelativeUnit;
}

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]