Class WorkHours
A class that holds Business hours items
Inherited Members
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. |