Search results

WeekWorkingTimeDirective API in Angular Gantt API component

e-week-working-times 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-week-working-times>
    <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
    <e-week-working-time dayOfWeek='Monday'></e-week-working-time>
  </e-week-working-times>
</ejs-gantt>

Properties

dayOfWeek

any

Defines day for setting time customized time range.

Defaults to null

timeRange

any

Defines time range of each day in week.

Defaults to []