Typescript SDK Type Docs
    Preparing search index...

    Interface TimeField

    A field with a time value.

    interface TimeField {
        type: "Time";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "Time"

    The type of this field.

    value: string

    A time value 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.