Interface DateElement

interface DateElement {
    name: string;
    type: "d";
    value: Date;
}

Hierarchy (view full)

Properties

Properties

name: string
type: "d"
value: Date

Date - signed 8 octets integer in nanoseconds with 0 indicating the precise beginning of the millennium (at 2001-01-01T00:00:00,000000000 UTC)

Generated using TypeDoc