DxSchedulerDateTimeRange(DateTime, DateTime) Constructor
In This Article
Initializes a new instance of the DxSchedulerDateTimeRange class.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Date |
The start date and time. |
end | Date |
The end date and time. |
See Also