endingTime property

TimeOfDay endingTime
final

Ending/final boundary of the left side of BookingRangeSlider. Defaults to 0h 0min.

If both initialTime and endingTime have values hours and minutes 0 then the range of BookingRangeSlider is 24 hours.

Ending time must be later than the initialTime.

Implementation

final TimeOfDay endingTime;