Class GanttWeekWorkingTime
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttWeekWorkingTime
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 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 |