Skip to main content

DateTimeRangeCollection(IList<DateTimeRange>) Constructor

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public DateTimeRangeCollection(
    IList<DateTimeRange> itemsSource
)

Parameters

Name Type
itemsSource IList<DateTimeRange>
See Also