1// generated by diplomat-tool 2import type { UtcOffset } from "./UtcOffset" 3import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; 4 5 6/** See the [Rust documentation for `UtcOffsets`](https://docs.rs/icu/latest/icu/time/zone/struct.UtcOffsets.html) for more information. 7*/ 8 9 10export class UtcOffsets { 11 12 get standard() : UtcOffset; 13 14 get daylight() : UtcOffset | null; 15 16}