// 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 ); | |
} |