Skip to content

SettingEx.addTime method

SettingEx › addTime

Adds a TimeComponent to the setting.

Signature:

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

Parameters:

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

Returns: thisThe setting instance.