Class GanttWeekWorkingTime
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttWeekWorkingTime
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttWeekWorkingTime : EJTagHelper
Constructors
GanttWeekWorkingTime()
Declaration
public GanttWeekWorkingTime()
Properties
DayOfWeek
Defines the day of the week to apply customized working time.
Declaration
public DayOfWeek DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
DayOfWeek | The default value is null |
TimeRange
Defines the time range for each day of the week.
Declaration
public List<GanttDayWorkingTime> TimeRange { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<GanttDayWorkingTime> | The default value is null |