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