DateTimeRange(DateTime, DateTime) Constructor
Initializes a new instance of the DateTimeRange class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public DateTimeRange(
DateTime start,
DateTime end
)
Parameters
Name | Type | Description |
---|---|---|
start | DateTime | The start date and time. |
end | DateTime | The end date and time. |
See Also