midnight property

LocalTime midnight
final

Local time at midnight, i.e. 0 hours, 0 minutes, 0 seconds.

Implementation

static final LocalTime midnight = LocalTime(0, 0, 0);