Search results

DayWorkingTimeDirective API in Angular Gantt API component

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 start time of working time range.

Defaults to null

to

any

Defines end time of working time range.

Defaults to null

Contents
Contents