TimePicker class
Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new TimePicker(slot: HTMLElement
,options?: TimePickerOptions): TimePicker
Parameters:
Section titled “Parameters:”- slot:
HTMLElement
- options: TimePickerOptions, Optional
Protected Properties
Section titled “Protected Properties”currentTime
Section titled “currentTime”● currentTime: Date
options
Section titled “options”● options: TimePickerOptions
● slot: HTMLElement
Protected Accessors
Section titled “Protected Accessors”cssPrefix
Section titled “cssPrefix”⇄ get cssPrefix(): string
Returns string
Public Methods
Section titled “Public Methods”getTime
Section titled “getTime”▸ getTime(): Date
Returns Date
render
Section titled “render”▸ render(): any
Returns any
setTime
Section titled “setTime”▸ setTime(time: Date
): void
Parameters:
Section titled “Parameters:”- time:
Date
Returns void
Protected Methods
Section titled “Protected Methods”timeChanged
Section titled “timeChanged”▸ timeChanged(): void
Returns void