Class ScheduleRenderDates
Provides class for schedule render dates.
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 ScheduleRenderDates : EJTagHelper
Constructors
ScheduleRenderDates()
Declaration
public ScheduleRenderDates()
Properties
End
Gets or sets the end date value for custom view.
Declaration
[EJDate]
[JsonProperty("end")]
public string End { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the end date value for custom view. |
Start
Gets or sets the start date value for custom view.
Declaration
[JsonProperty("start")]
[EJDate]
public string Start { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the start date value for custom view. |