Class WorkHoursBuilder
A builder class that holds business hours items.
Inheritance
System.Object
WorkHoursBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class WorkHoursBuilder
Constructors
WorkHoursBuilder(WorkHours)
Initializes a new instance of the WorkHoursBuilder class.
Declaration
public WorkHoursBuilder(WorkHours options)
Parameters
Type | Name | Description |
---|---|---|
WorkHours | options | It accepts the WorkHours object. |
Methods
End(Int32)
This field stores the business hour end time value for Schedule
Declaration
public WorkHoursBuilder End(int end)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | end | It accepts the business hour end time value for Schedule |
Returns
Type | Description |
---|---|
WorkHoursBuilder |
Highlight(Boolean)
This field stores the value which indicates whether to highlights the work hours of the Schedule or not.
Declaration
public WorkHoursBuilder Highlight(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | It accepts the value which indicates whether to highlights the work hours of the Schedule or not |
Returns
Type | Description |
---|---|
WorkHoursBuilder |
Start(Int32)
This field stores the business hour start time value for Schedule.
Declaration
public WorkHoursBuilder Start(int start)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | It accepts the business hour start time value for Schedule |
Returns
Type | Description |
---|---|
WorkHoursBuilder |