A field with a date time value.

interface DateTimeField {
    type: "DateTime";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

type: "DateTime"

The type of this field.

value: string