Class GanttWeekWorkingTimeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttWeekWorkingTimeBuilder
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttWeekWorkingTimeBuilder : ControlBuilder
Constructors
GanttWeekWorkingTimeBuilder()
Declaration
public GanttWeekWorkingTimeBuilder()
GanttWeekWorkingTimeBuilder(List<GanttWeekWorkingTime>)
Declaration
public GanttWeekWorkingTimeBuilder(List<GanttWeekWorkingTime> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GanttWeekWorkingTime> | collection |
Methods
Add()
Declaration
public void Add()
DayOfWeek(DayOfWeek)
Defines the day of the week to apply customized working time.
Declaration
public GanttWeekWorkingTimeBuilder DayOfWeek(DayOfWeek dayOfWeek)
Parameters
Type | Name | Description |
---|---|---|
DayOfWeek | dayOfWeek |
Returns
TimeRange(List<GanttDayWorkingTime>)
Defines the time range for each day of the week.
Declaration
public GanttWeekWorkingTimeBuilder TimeRange(List<GanttDayWorkingTime> timeRange)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GanttDayWorkingTime> | timeRange |