Skip to main content

DateTimeRange(DateTime, DateTime) Constructor

Initializes a new instance of the DateTimeRange class with specified settings.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public DateTimeRange(
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
start DateTime

The start value of the time range.

end DateTime

The end value of the time range.

See Also