WEEKENDRANGE property Null safety
read / write
Which days are weekend days, integers where 0=Monday.
For example, 5, 6
to mean Saturday and Sunday are weekend days.
Implementation
List<int> WEEKENDRANGE;
Which days are weekend days, integers where 0=Monday.
For example, 5, 6
to mean Saturday and Sunday are weekend days.
List<int> WEEKENDRANGE;