interface DateTimeOptionsBasic {
    hour12?: boolean;
    locale: string;
    timeZone?: string;
}

Hierarchy (view full)

Properties

hour12?: boolean
locale: string
timeZone?: string