Typescript SDK Type Docs
    Preparing search index...

    Interface DateTimeSetField

    A field with a date time set value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "DateTimeSet"

    The type of this field.

    value: string[]

    JSON array of date time values in the format YYYY-MM-DDTHH:mm:ss.SSSZ without duplicates. The time zone is optional and defaults to UTC if not specified. If the time zone is specified, it must be in the format ±HH:mm or Z for UTC. The order of items in the array is not fixed.