hourOf12HourClock property

int hourOf12HourClock

Gets the hour of the half-day of this offset time, in the range 1 to 12 inclusive.

Implementation

int get hourOf12HourClock => timeSinceMidnight.hourOf12HourClock;