Class GanttDayWorkingTimeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttDayWorkingTimeBuilder
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttDayWorkingTimeBuilder : ControlBuilder
Constructors
GanttDayWorkingTimeBuilder()
Declaration
public GanttDayWorkingTimeBuilder()
GanttDayWorkingTimeBuilder(List<GanttDayWorkingTime>)
Declaration
public GanttDayWorkingTimeBuilder(List<GanttDayWorkingTime> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GanttDayWorkingTime> | collection |
Methods
Add()
Declaration
public void Add()
From(Double)
Defines the start time of the working time range for the day.
Declaration
public GanttDayWorkingTimeBuilder From(double from)
Parameters
Type | Name | Description |
---|---|---|
System.Double | from |
Returns
To(Double)
Defines the end time of the working time range for the day.
Declaration
public GanttDayWorkingTimeBuilder To(double to)
Parameters
Type | Name | Description |
---|---|---|
System.Double | to |