WorkHours
12 Sep 20251 minute to read
A class that represents the configuration of working hours related options of scheduler.
Properties
end string
It accepts the time string in short skeleton format Hm and usually denotes the end of the working hour range.
Defaults to ‘18:00’
highlight boolean
When set to true, highlights the cells of working hour range with an active color.
Defaults to true
start string
It accepts the time string in short skeleton format Hm and usually denotes the start of the working hour range.
Defaults to ‘09:00’