hourOfDay property

int hourOfDay

Gets the hour of day of this offset time, in the range 0 to 23 inclusive.

Implementation

int get hourOfDay => timeSinceMidnight.hourOfDay;