Class TimeScale
A class that holds TimeScale items.
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 TimeScale : EJTagHelper
Constructors
TimeScale()
Declaration
public TimeScale()
Properties
Enable
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MajorSlot
Gets or sets the specific minutes value to be displayed in Schedule
Declaration
[JsonProperty("majorSlot")]
public int MajorSlot { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | It accepts the specific minutes value to be displayed in Schedule |
MajorSlotTemplateId
Gets or sets the id value of the template defined for major time slot
Declaration
[JsonProperty("majorSlotTemplateId")]
public string MajorSlotTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the id value of the template defined for major time slot |
MinorSlotCount
Gets or sets the number of slots to be displayed in Schedule
Declaration
[JsonProperty("minorSlotCount")]
public int MinorSlotCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | It accepts the number of slots to be displayed in Schedule |
MinorSlotTemplateId
Gets or sets the id value of the template defined for minor time slot
Declaration
[JsonProperty("minorSlotTemplateId")]
public string MinorSlotTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the id value of the template defined for minor time slot |