Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface MessageDateTimePartBeta

    The formatted part for a MessageDateTime value.

    interface MessageDateTimePart {
        dir?: "ltr" | "rtl";
        id?: string;
        locale: string;
        parts: DateTimeFormatPart[];
        type: "datetime";
        value?: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dir?: "ltr" | "rtl"
    id?: string
    locale: string
    parts: DateTimeFormatPart[]
    type: "datetime"
    value?: unknown