menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttDayWorkingTimeBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    GanttDayWorkingTimeBuilder
    Namespace: Syncfusion.EJ2.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttDayWorkingTimeBuilder : ControlBuilder

    Constructors

    GanttDayWorkingTimeBuilder()

    Declaration
    public GanttDayWorkingTimeBuilder()

    GanttDayWorkingTimeBuilder(List<GanttDayWorkingTime>)

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

    Methods

    Add()

    Declaration
    public void Add()

    From(Double)

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

    Declaration
    public GanttDayWorkingTimeBuilder From(double from)
    Parameters
    Type Name Description
    System.Double from
    Returns
    Type
    GanttDayWorkingTimeBuilder

    To(Double)

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

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