menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttWeekWorkingTimeBuilder

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

    Constructors

    GanttWeekWorkingTimeBuilder()

    Declaration
    public GanttWeekWorkingTimeBuilder()

    GanttWeekWorkingTimeBuilder(List<GanttWeekWorkingTime>)

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

    Methods

    Add()

    Declaration
    public void Add()

    DayOfWeek(DayOfWeek)

    Defines the day of the week to apply customized working time.

    Declaration
    public GanttWeekWorkingTimeBuilder DayOfWeek(DayOfWeek dayOfWeek)
    Parameters
    Type Name Description
    DayOfWeek dayOfWeek
    Returns
    Type
    GanttWeekWorkingTimeBuilder

    TimeRange(List<GanttDayWorkingTime>)

    Defines the time range for each day of the week.

    Declaration
    public GanttWeekWorkingTimeBuilder TimeRange(List<GanttDayWorkingTime> timeRange)
    Parameters
    Type Name Description
    System.Collections.Generic.List<GanttDayWorkingTime> timeRange
    Returns
    Type
    GanttWeekWorkingTimeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved