Interface
IDateSpan

Defines Start and End properties.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IDateSpan

Properties

End

Gets the end DateTime of the IDateSpan.

Declaration

cs-api-definition
DateTime End { get; }

Property Value

DateTime

The end DateTime.

Start

Gets the start DateTime of the IDateSpan.

Declaration

cs-api-definition
DateTime Start { get; }

Property Value

DateTime

The start DateTime.

Extension Methods

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