Interface IPeriodSpan
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IPeriodSpan
Properties
EndDate
Declaration
DateTime EndDate { get; }
Property Value
System.
|
Interval
Declaration
TimeSpan Interval { get; }
Property Value
System.
|
StartDate
Declaration
DateTime StartDate { get; }
Property Value
System.
|