SettingEx.addTime method
SettingEx › addTime
Adds a TimeComponent to the setting.Signature:
addTime(cb: (time: TimeComponent) => void): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| cb | (time: TimeComponent) => void | The callback to call with the component. |
Returns: this — The setting instance.