hourOfPeriod property
Which hour of the current period (e.g., am or pm) this time is.
Implementation
int get hourOfPeriod => hour - periodOffset;
Which hour of the current period (e.g., am or pm) this time is.
int get hourOfPeriod => hour - periodOffset;