TimeIntervalCollection<T> Constructor |
Name | Description | |
---|---|---|
![]() | TimeIntervalCollection<T>() |
Initializes a new, empty interval collection.
|
![]() | TimeIntervalCollection<T>(TimeInterval<T>) |
Initializes a new instance from a single interval.
|
![]() | TimeIntervalCollection<T>(TimeIntervalCollection<T>) |
Initializes a new interval collection by copying an existing one.
|
![]() | TimeIntervalCollection<T>(TimeIntervalCollection, T) |
Initializes a new interval collection by copying an existing one that does not have data.
The Data property of each interval in the new collection will be set to
a specified value.
|