Interface IDateSpan
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IDateSpan
Properties
End
Gets the end System.DateTime of the IDateSpan.
Declaration
DateTime End { get; }
Property Value
System.DateTime
The end System.DateTime. |
Start
Gets the start System.DateTime of the IDateSpan.
Declaration
DateTime Start { get; }
Property Value
System.DateTime
The start System.DateTime. |