Interface IDateRange
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IDateRange
Properties
End
Declaration
DateTime End { get; set; }
Property Value
System.DateTime
|
Start
Declaration
DateTime Start { get; set; }
Property Value
System.DateTime
|