WEEKENDRANGE property

List<int> WEEKENDRANGE
getter/setter pair

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;