hourOfDay property

int hourOfDay

Gets the hour of day of this local date and time, in the range 0 to 23 inclusive.

Implementation

int get hourOfDay => clockTime.timeSinceMidnight.hourOfDay;