New to Telerik UI for WPFStart a free 30-day trial

IPeriodSpan

Interface

Describes a time interval.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public interface IPeriodSpan

Derived Classes: PeriodSpanPeriodSpanControlAdapterSelectionIndicatorSelectionThumbSelectionThumbPreviewShadeControl...

Properties

Gets the end date of the time interval.

C#
DateTime EndDate { get; }
Property Value:

The end date of the time interval.

Gets the interval between StartDate and EndDate.

C#
TimeSpan Interval { get; }
Property Value:

The interval between StartDate and EndDate.

Gets the start date of the time interval.

C#
DateTime StartDate { get; }
Property Value:

The start date of the time interval.

In this article
DefinitionPropertiesEndDateIntervalStartDate
Not finding the help you need?
Contact Support