Interface DateTimeOptionsComponentsHourMinuteSecond

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

Hierarchy (view full)

Properties

dateStyle?: undefined
day?: undefined
hour12?: boolean
locale: string
month?: undefined
timeStyle?: undefined
timeZone?: string
timeZoneName?: TimeZoneName
weekday?: undefined
year?: undefined