Typescript SDK Type Docs
    Preparing search index...

    Interface DateTimeField

    A field with a date time value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "DateTime"

    The type of this field.

    value: string

    A date with time in the format YYYY-MM-DDTHH:mm:ss.SSSZ. 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.