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.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public TimeSpan TimeScale { get; set; }
Visual Basic
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