Class ScheduleWorkHoursBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ScheduleWorkHoursBuilder
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
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
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 |