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