Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / TimeScale Property

In This Topic
    TimeScale Property (CalendarInfo)
    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 TimeSpan
    public 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