Skip to main content

DateTimeRange(DateTime, DateTime) Constructor

Initializes a new DateTimeRange instance with the specified start and end dates.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.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