Skip to main content

DateTimeRange(DateTime, TimeSpan) 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,
    TimeSpan duration
)

Parameters

Name Type Description
start DateTime

The start value of the time range.

duration TimeSpan

The duration of the time range.

See Also