RangeSelectorScaleBuilder.WorkWeek Method
| Name | Parameters | Description |
|---|---|---|
| WorkWeek(JS) | value | Specifies which days are workdays. The array can contain values from 0 (Sunday) to 6 (Saturday). Applies only if workdaysOnly is true. Mirrors the client-side workWeek option. |
| WorkWeek(IEnumerable<Int32>) | value | Specifies which days are workdays. The array can contain values from 0 (Sunday) to 6 (Saturday). Applies only if workdaysOnly is true. Mirrors the client-side workWeek option. |