menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GanttDayWorkingTimeBuilder

    Inheritance
    System.Object
    GanttDayWorkingTimeBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class GanttDayWorkingTimeBuilder

    Constructors

    GanttDayWorkingTimeBuilder(List<GanttDayWorkingTime>)

    Collection of holidays with date, background and label information to be displayed in gantt.

    Declaration
    public GanttDayWorkingTimeBuilder(List<GanttDayWorkingTime> options)
    Parameters
    Type Name Description
    System.Collections.Generic.List<GanttDayWorkingTime> options

    It accepts the GanttDayWorkingTime value and display the working time

    Fields

    ganttDayWorkingTimeOpt

    Declaration
    public List<GanttDayWorkingTime> ganttDayWorkingTimeOpt
    Field Value
    Type Description
    System.Collections.Generic.List<GanttDayWorkingTime>

    Methods

    Add()

    Its add the working time range value.

    Declaration
    public void Add()

    Background(String)

    Declaration
    public GanttDayWorkingTimeBuilder Background(string background)
    Parameters
    Type Name Description
    System.String background
    Returns
    Type Description
    GanttDayWorkingTimeBuilder

    From(String)

    It sets the starting time of working time.

    Declaration
    public GanttDayWorkingTimeBuilder From(string from)
    Parameters
    Type Name Description
    System.String from

    It accepts the string value and set the starting time of work range

    Returns
    Type Description
    GanttDayWorkingTimeBuilder

    GanttDayWorkingTimeBuilder

    To(String)

    Declaration
    public GanttDayWorkingTimeBuilder To(string to)
    Parameters
    Type Name Description
    System.String to
    Returns
    Type Description
    GanttDayWorkingTimeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved