menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeScale

    Show / Hide Table of Contents

    Class TimeScale

    A class that holds TimeScale items.

    Inheritance
    System.Object
    EJTagHelper
    TimeScale
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved