Interface IRangeData
An interface representing the properties used to generate the visible range of RadScheduleView.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IRangeData
Properties
DayEndTime
Gets the day end time.
Declaration
TimeSpan DayEndTime { get; }
Property Value
System.TimeSpan
The day end time. |
DayStartTime
Gets the day start time.
Declaration
TimeSpan DayStartTime { get; }
Property Value
System.TimeSpan
The day start time. |
VisibleRangeDuration
Gets the duration of the visible range.
Declaration
TimeSpan VisibleRangeDuration { get; }
Property Value
System.TimeSpan
The duration of the visible range. |
VisibleRangeStart
Gets the visible range start.
Declaration
DateTime VisibleRangeStart { get; }
Property Value
System.DateTime
The visible range start. |