ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ScheduleWorkHoursBuilder

    Inheritance
    System.Object
    ControlBuilder
    ScheduleWorkHoursBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.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 Description
    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 Description
    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 Description
    ScheduleWorkHoursBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved