menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttWeekWorkingTime - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved