Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
* An error when formatting a datetime.
*
* Currently never returned by any API.
*
*/
export class DateTimeWriteError {
/** @internal */
static fromValue(value: DateTimeWriteError | string): DateTimeWriteError;
get value(): string;
/** @internal */
get ffiValue(): number;
static Unknown : DateTimeWriteError;
static MissingTimeZoneVariant : DateTimeWriteError;
constructor(value: DateTimeWriteError | string );
}