summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XWeekOf.d.ts
blob: dfcf1eb97fbc94efc3ea349bc3d0604133382c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}