Documentation - v1.2.0-alpha.3
    Preparing search index...

    Result returned by the DateTimePrompt.

    interface DateTimeResolution {
        timex: string;
        type: string;
        value: string;
    }
    Index

    Properties

    Properties

    timex: string

    TIMEX expression representing ambiguity of the recognized time.

    type: string

    Type of time recognized. Possible values are 'date', 'time', 'datetime', 'daterange', 'timerange', 'datetimerange', 'duration', or 'set'.

    value: string

    Value of the specified type that's a reasonable approximation given the ambiguity of the timex.