interface DateTimeOptionsComponentsAll {
    dateStyle?: undefined;
    day: NumericTwoDigit;
    hour: NumericTwoDigit;
    hour12?: boolean;
    locale: string;
    minute: NumericTwoDigit;
    month: Month;
    second: NumericTwoDigit;
    timeStyle?: undefined;
    timeZone?: string;
    timeZoneName?: TimeZoneName;
    weekday: Weekday;
    year: NumericTwoDigit;
}

Hierarchy (view full)

Properties

dateStyle?: undefined
hour12?: boolean
locale: string
month: Month
timeStyle?: undefined
timeZone?: string
timeZoneName?: TimeZoneName
weekday: Weekday