minuteOfHour property

int minuteOfHour

Gets the minute of this offset time, in the range 0 to 59 inclusive.

Implementation

int get minuteOfHour => clockTime.timeSinceMidnight.minuteOfHour;