Skip to content

SettingEx.addTime method

SettingEx › addTime

Adds a TimeComponent to the setting.

Signature:

addTime(callback: (time: TimeComponent) => void): this

Parameters:

ParameterTypeDescription
callback(time: TimeComponent) => voidThe callback to call with the component.

Returns: thisThe setting instance.