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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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