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