ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / CalendarInfo Class / TimeScale Property

In This Topic
    TimeScale Property
    In This Topic
    Gets or sets the System.TimeSpan value specifying the time interval which is used for displaying time slots in the DayView.
    Syntax
    'Declaration
     
    Public Property TimeScale As System.TimeSpan
    public System.TimeSpan TimeScale {get; set;}
    Remarks
    The TimeScale property cannot be set to any arbitrary value. When assigning a value to this property it is automatically calculated so as to be equal to the nearest TimeScaleEnum value.
    See Also