blob: 08ad53cb442c06857ed3884d28c6372f7460aa93 [file] [log] [blame]
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
export class TimeZoneVariant {
static fromValue(value : TimeZoneVariant | string) : TimeZoneVariant;
get value() : string;
get ffiValue() : number;
static Standard : TimeZoneVariant;
static Daylight : TimeZoneVariant;
fromRearguardIsdst(isdst: boolean): TimeZoneVariant;
constructor(value: TimeZoneVariant | string );
}