TimeIntervalCollectionTAdd Method |
Name | Description | |
---|---|---|
Add(TimeIntervalT) |
Adds an interval to the interval collection. If the interval or a portion of the interval
already exists in the collection, the Data from
item will replace the data already in the collection.
| |
Add(TimeIntervalCollectionT) |
Adds another interval collection to this interval collection.
This interval collection will contain all intervals that were
previously in either collection. If an interval or portion of an interval is in both containers
and has different Data in each container, the data from
collection takes precedence.
| |
Add(TimeIntervalT, IEqualityComparerT) |
Adds an interval to the interval collection. If the interval or a portion of the interval
already exists in the collection, the Data from
item will replace the data already in the collection.
| |
Add(TimeIntervalCollection, T) |
Adds another interval collection to this interval collection.
This interval collection will contain all intervals that were
previously in either collection. If an interval or portion of an interval is in both containers
and has different Data in each container, the data from
collection takes precedence.
| |
Add(TimeIntervalCollectionT, IEqualityComparerT) |
Adds another interval collection to this interval collection.
This interval collection will contain all intervals that were
previously in either collection. If an interval or portion of an interval is in both containers
and has different Data in each container, the data from
collection takes precedence.
| |
Add(TimeIntervalCollection, T, IEqualityComparerT) |
Adds another interval collection to this interval collection.
This interval collection will contain all intervals that were
previously in either collection. If an interval or portion of an interval is in both containers
and has different Data in each container, the data from
collection takes precedence.
|