Skip to content

TimePickerBuilder🔗

Constructor🔗

new TimePickerBuilder()

Methods🔗

build🔗

Builds the object.

build()

hidden🔗

Whether timepicker is visible or not.

hidden(bool $hidden)

nowDelay🔗

Override the now time by entering a time delay. Use this option to accommodate known delays in data aggregation to avoid null values.

nowDelay(string $nowDelay)

refreshIntervals🔗

Interval options available in the refresh picker dropdown.

@param array $refreshIntervals

refreshIntervals(array $refreshIntervals)

timeOptions🔗

Selectable options available in the time picker dropdown. Has no effect on provisioned dashboard.

@param array $timeOptions

timeOptions(array $timeOptions)

See also🔗