Interface IRangeData
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IRangeData
Properties
DayEndTime
Declaration
TimeSpan DayEndTime { get; }
Property Value
System.
|
DayStartTime
Declaration
TimeSpan DayStartTime { get; }
Property Value
System.
|
VisibleRangeDuration
Declaration
TimeSpan VisibleRangeDuration { get; }
Property Value
System.
|
VisibleRangeStart
Declaration
DateTime VisibleRangeStart { get; }
Property Value
System.
|