Properties
optional public hourStep?: number
Number of hours to increase or decrease when using a button.
optional public meridians?: Array<string>
Meridian labels based on locale. To override you must supply an array like ['AM', 'PM'].
optional public minuteStep?: number
Number of minutes to increase or decrease when using a button.
optional public mousewheel?: boolean
Whether the user can scroll inside the hours & minutes input to increase or decrease it's values.
optional public readonlyInput?: boolean
Whether the user can type inside the hours & minutes input.
optional public showMeridian?: boolean
Whether to display 12H or 24H mode.