Class GanttDayWorkingTimeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttDayWorkingTimeBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.AspNetMvc.Gantt.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
| Type |
|---|
| GanttDayWorkingTimeBuilder |
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 |
Returns
| Type |
|---|
| GanttDayWorkingTimeBuilder |