clockTime property

LocalTime clockTime

Gets the time portion of this offset date and time.

The returned LocalTime will return the same values for each of the time-based properties (Hour, Minute and so on), but will not have any offset information.

Implementation

LocalTime get clockTime => localDateTime.clockTime;