Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
export class Weekday {
static fromValue(value: Weekday | string): Weekday;
get value(): string;
get ffiValue(): number;
static Monday : Weekday;
static Tuesday : Weekday;
static Wednesday : Weekday;
static Thursday : Weekday;
static Friday : Weekday;
static Saturday : Weekday;
static Sunday : Weekday;
constructor(value: Weekday | string );
}