DxSchedulerDateTimeRange(DateTime, TimeSpan) Constructor
Initializes a new instance of the DxSchedulerDateTimeRange class.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerDateTimeRange(
DateTime start,
TimeSpan duration
)
Parameters
Name | Type | Description |
---|---|---|
start | DateTime | The start date and time. |
duration | TimeSpan | The range duration. |
See Also