blob: 5479738cec8e9d5bec831cebfd54adc419c400e1 [file] [log] [blame]
// generated by diplomat-tool
import type { WeekRelativeUnit } from "./WeekRelativeUnit"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** See the [Rust documentation for `WeekOf`](https://docs.rs/icu/latest/icu/calendar/week/struct.WeekOf.html) for more information.
*/
export class WeekOf {
get week() : number;
get unit() : WeekRelativeUnit;
}