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