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.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public DateTimeRange(
    DateTime start,
    TimeSpan duration
)

Parameters

Name Type Description
start DateTime

The start date and time.

duration TimeSpan

The range duration.

See Also