Class GanttDayWorkingTime
Inheritance
System.Object
GanttDayWorkingTime
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttDayWorkingTime : EJTagHelper
Constructors
GanttDayWorkingTime()
Declaration
public GanttDayWorkingTime()
Properties
From
Defines start time of working time range.
Declaration
public double From { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
To
Defines end time of working time range.
Declaration
public double To { get; set; }
Property Value
Type |
Description |
System.Double |
|