alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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

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