Class DisableTimeRange
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 DisableTimeRange : EJTagHelper
Constructors
DisableTimeRange()
Declaration
public DisableTimeRange()
Properties
EndTime
Gets or sets the value indicating the end time of the time range to be disabled.
Declaration
[JsonProperty("endTime")]
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartTime
Gets or sets the value indicating the start time of the time range to be disabled.
Declaration
[JsonProperty("startTime")]
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |