hourOfPeriod property

int hourOfPeriod

Which hour of the current period (e.g., am or pm) this time is.

Implementation

int get hourOfPeriod => hour - periodOffset;