alexa
menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttDayWorkingTime

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    GanttDayWorkingTime
    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 GanttDayWorkingTime : EJTagHelper

    Constructors

    GanttDayWorkingTime()

    Declaration
    public GanttDayWorkingTime()

    Properties

    From

    Defines the start time of the working time range for the day.

    Declaration
    public double From { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    To

    Defines the end time of the working time range for the day.

    Declaration
    public double To { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

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