DxSchedulerDateTimeRange(DateTime, TimeSpan) 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. |
duration | Time |
The range duration. |
See Also