DateTimeRangeCollection(IList<DateTimeRange>) Constructor
In This Article
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 |
---|---|
items |
IList<Date |
See Also