DxSchedulerDateTimeRange(DateTime, DateTime) 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,
DateTime end
)
Parameters
Name | Type | Description |
---|---|---|
start | DateTime | The start date and time. |
end | DateTime | The end date and time. |
See Also