Skip to content

SettingEx.addMonth method

SettingEx › addMonth

Adds a MonthComponent to the setting.

Signature:

addMonth(cb: (month: MonthComponent) => void): this

Parameters:

ParameterTypeDescription
cb(month: MonthComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.