menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ScheduleWorkHoursBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ScheduleWorkHoursBuilder
    Namespace: Syncfusion.EJ2.Schedule
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ScheduleWorkHoursBuilder : ControlBuilder

    Constructors

    ScheduleWorkHoursBuilder()

    Declaration
    public ScheduleWorkHoursBuilder()

    ScheduleWorkHoursBuilder(ScheduleWorkHours)

    Declaration
    public ScheduleWorkHoursBuilder(ScheduleWorkHours model)
    Parameters
    Type Name Description
    ScheduleWorkHours model

    Methods

    End(String)

    It accepts the time string in short skeleton format Hm and usually denotes the end of the working hour range.

    Declaration
    public ScheduleWorkHoursBuilder End(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ScheduleWorkHoursBuilder

    Highlight(Boolean)

    When set to true, highlights the cells of working hour range with an active color.

    Declaration
    public ScheduleWorkHoursBuilder Highlight(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    ScheduleWorkHoursBuilder

    Start(String)

    It accepts the time string in short skeleton format Hm and usually denotes the start of the working hour range.

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