A field with a date time set value.

interface DateTimeSetField {
    type: "DateTimeSet";
    value: string[];
}

Hierarchy (View Summary)

Properties

Properties

type: "DateTimeSet"

The type of this field.

value: string[]