Gets or sets the TimeSpan value specifying the time interval which is used for displaying time slots in the DayView.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public TimeSpan TimeScale { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property TimeScale As TimeSpan
	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