Example of Working Hours in Blazor Scheduler Component
This demo showcases how to set the required working hours on Scheduler, thus visually highlighting the cells underlying the given work hour range.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In this demo, the work hours are set by using the ScheduleWorkHours tag and it usually applies only on the working days defined for the Schedule. It can either be highlighted or not by defining the Highlight
option within the ScheduleWorkHours
. The working hour range can be defined by using the Start
and End
option available within the ScheduleWorkHours
.
To set discontinuous working hours on a day, then the default WorkHours
on Scheduler needs to be disabled by setting false to
Highlight
option within it. Then, use the SetWorkHoursAsync method which accepts the days collection and the start & end hour values as parameters.