Skip to content

SettingEx.addDate method

SettingEx › addDate

Adds a DateComponent to the setting.

Signature:

addDate(cb: (date: DateComponent) => void): this

Parameters:

ParameterTypeDescription
cb(date: DateComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.