Gets or sets the TimeScaleEnum 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#
[DefaultValueAttribute(TimeScaleEnum.ThirtyMinutes)]
public TimeScaleEnum TimeInterval { get; set; }
Visual Basic
<DefaultValueAttribute(TimeScaleEnum.ThirtyMinutes)> _
Public Property TimeInterval As TimeScaleEnum
	Get
	Set

See Also