Class ScheduleRenderDatesBuilder
A builder class that holds schedule render date items.
Inheritance
System.Object
ScheduleRenderDatesBuilder
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 ScheduleRenderDatesBuilder
Constructors
ScheduleRenderDatesBuilder(Object)
It stores the specific start and end dates to be rendered in the Schedule control.
Declaration
public ScheduleRenderDatesBuilder(object startEndDates)
Parameters
Type | Name | Description |
---|---|---|
System.Object | startEndDates | It accepts the specific start and end dates to be rendered in the Schedule control. |
Methods
End(String)
This field stores the end date value for custom view.
Declaration
public ScheduleRenderDatesBuilder End(string endDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | endDate | It accepts the end date value for custom view. |
Returns
Type | Description |
---|---|
ScheduleRenderDatesBuilder |
Start(String)
This field stores the start date value for custom view.
Declaration
public ScheduleRenderDatesBuilder Start(string startDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | startDate | It accepts the start date value for custom view. |
Returns
Type | Description |
---|---|
ScheduleRenderDatesBuilder |