Interface
IPeriodSpan

Describes a time interval.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public interface IPeriodSpan

Properties

EndDate

Gets the end date of the time interval.

Declaration

cs-api-definition
DateTime EndDate { get; }

Property Value

DateTime

The end date of the time interval.

Interval

Gets the interval between StartDate and EndDate.

Declaration

cs-api-definition
TimeSpan Interval { get; }

Property Value

TimeSpan

The interval between StartDate and EndDate.

StartDate

Gets the start date of the time interval.

Declaration

cs-api-definition
DateTime StartDate { get; }

Property Value

DateTime

The start date of the time interval.

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