Interface IPeriodSpan
Describes a time interval.
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface IPeriodSpan
Properties
EndDate
Gets the end date of the time interval.
Declaration
DateTime EndDate { get; }
Property Value
System.DateTime
The end date of the time interval. |
Interval
Declaration
TimeSpan Interval { get; }
Property Value
System.TimeSpan |
StartDate
Gets the start date of the time interval.
Declaration
DateTime StartDate { get; }
Property Value
System.DateTime
The start date of the time interval. |