menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class WorkHours

    A class that holds Business hours items

    Inheritance
    System.Object
    EJTagHelper
    WorkHours
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class WorkHours : EJTagHelper

    Constructors

    WorkHours()

    Declaration
    public WorkHours()

    Properties

    End

    Gets or sets the business hour end time value for WorkHours.

    Declaration
    [JsonProperty("end")]
    public int End { get; set; }
    Property Value
    Type Description
    System.Int32

    It accepts the business hour end time value for WorkHours.

    Highlight

    Gets or sets the value which indicates whether to highlights the work hours of the Schedule or not.

    Declaration
    [JsonProperty("highlight")]
    public bool Highlight { get; set; }
    Property Value
    Type Description
    System.Boolean

    It accepts the value which indicates whether to highlights the work hours of the Schedule or not.

    Start

    Gets or sets the business hour start time value for WorkHours.

    Declaration
    [JsonProperty("start")]
    public int Start { get; set; }
    Property Value
    Type Description
    System.Int32

    It accepts the business hour start time value for WorkHours.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved