Class ScheduleWorkHoursBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ScheduleWorkHoursBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Schedule
Assembly: Syncfusion.AspNetMvc.Schedule.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 |