create

fun create(hour: TimepickerElement? = null, minute: TimepickerElement? = null, second: TimepickerElement? = null, rowNumber: Int = 7): TimepickerConfig

Creates config with given elements

Return

The new TimepickerConfig instance with expected time TimepickerElements and row number configuration.

Parameters

hour

The hour element

minute

The minute element

second

The second element

rowNumber

The row number, the default value is 7.