maxMinute property
max minute should be >= 0 && <= 60. outside the range will trigger an error on the screen.
Implementation
final int maxMinute;
max minute should be >= 0 && <= 60. outside the range will trigger an error on the screen.
final int maxMinute;