disableMinutesTo property
Closes the range where the minutes will be disabled.
I.e. If we want disable 9:00 to 9:10 then we should set disableMinutesFrom: 0
and disableMinutesTo: 10
.
Implementation
final int disableMinutesTo;
Closes the range where the minutes will be disabled.
I.e. If we want disable 9:00 to 9:10 then we should set disableMinutesFrom: 0
and disableMinutesTo: 10
.
final int disableMinutesTo;