ComponentOne Scheduler for WPF and Silverlight
TimeScale Property (CalendarInfo)

C1.C1Schedule Namespace > CalendarInfo Class : TimeScale Property
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

Reference

CalendarInfo Class
CalendarInfo Members