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