maxValue property

LocalTime maxValue
final

The maximum value of this type, one nanosecond before midnight.

This is useful if you have to use an inclusive upper bound for some reason. In general, it's better to use an exclusive upper bound, in which case use midnight of the following day.

Implementation

static final LocalTime maxValue = LocalTime._(TimeConstants.nanosecondsPerDay - 1);