Class GanttDayWorkingTime
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttDayWorkingTime
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttDayWorkingTime : EJTagHelper
Constructors
GanttDayWorkingTime()
Declaration
public GanttDayWorkingTime()
Properties
From
Defines the start time of the working time range for the day.
Declaration
public double From { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
To
Defines the end time of the working time range for the day.
Declaration
public double To { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |