Typescript SDK Type Docs
    Preparing search index...

    Interface TimeSetField

    A field with a time set value.

    interface TimeSetField {
        type: "TimeSet";
        value: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "TimeSet"

    The type of this field.

    value: string[]

    JSON array of time values in the format HH:mm:ss.SSS. 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.