clockTime property

LocalTime clockTime

Gets the time portion of this zoned 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 be associated with any particular time zone.

Implementation

LocalTime get clockTime => _offsetDateTime.clockTime;