DxSchedulerDateTimeRangeCollection Constructors
Stores the collection of DxSchedulerDateTimeRange objects.| Name | Parameters | Description |
|---|---|---|
| DxSchedulerDateTimeRangeCollection() | none | Initializes a new instance of the DxSchedulerDateTimeRangeCollection class. |
| DxSchedulerDateTimeRangeCollection(IEnumerable<DxSchedulerDateTimeRange>) | collection | Initializes a new instance of the DxSchedulerDateTimeRangeCollection class with specified settings. |
| DxSchedulerDateTimeRangeCollection(List<DxSchedulerDateTimeRange>) | list | Initializes a new instance of the DxSchedulerDateTimeRangeCollection class with specified settings. |
| DxSchedulerDateTimeRangeCollection(Int32) | capacity | Initializes a new instance of the DxSchedulerDateTimeRangeCollection class with specified settings. |
See Also