Interface ITimeRange
An interface representing the ticks and the corresponding DateTime and Duration to every tick.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ITimeRange : ITimePoint
Properties
Duration
Gets the duration.
Declaration
TimeSpan Duration { get; }
Property Value
System.TimeSpan
The duration. |