DayWorkingTimeDirective
12 Sep 20251 minute to read
e-day-working-time-collection directive represent a working time ranges in a day.
It must be contained in a Gantt component(ejs-gantt).
<ejs-gantt [dataSource]='data' allowSelection='true' allowSorting='true'>
  <e-day-working-time-collection>
    <e-day-working-time from='8' to='12'></e-day-working-time>
    <e-day-working-time from='13' to='17'></e-day-working-time>
  </e-day-working-time-collection>
</ejs-gantt>Properties
from any
Defines the start time of the working time range for the day.
Defaults to null
to any
Defines the end time of the working time range for the day.
Defaults to null