Skip to content

SettingEx.addMonth method

SettingEx › addMonth

Adds a MonthComponent to the setting.

Signature:

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

Parameters:

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

Returns: thisThe setting instance.