Interface IDateSpan
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IDateSpan
Properties
End
Declaration
DateTime End { get; }
Property Value
System.
|
Start
Declaration
DateTime Start { get; }
Property Value
System.
|