getCurrentTimeOfDay method

LocalTime getCurrentTimeOfDay()

Returns the local time of the current instant provided by the underlying clock, adjusted to the time zone of this object.

The local time of the current instant provided by the underlying clock, adjusted to the time zone of this object.

Implementation

LocalTime getCurrentTimeOfDay() => getCurrentZonedDateTime().clockTime;