Click or drag to resize

TimeIntervalCollectionTAdd Method

Overload List
  NameDescription
Public methodAdd(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.
Public methodAdd(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.
Public methodAdd(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.
Public methodAdd(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.
Public methodAdd(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.
Public methodAdd(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.
Top
See Also