Skip to content

SettingEx.addDate method

SettingEx › addDate

Adds a DateComponent to the setting.

Signature:

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

Parameters:

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

Returns: thisThe setting instance.