Click or drag to resize

TimeIntervalCollection<T> Constructor

Overload List
  NameDescription
Public methodTimeIntervalCollection<T>()
Initializes a new, empty interval collection.
Public methodTimeIntervalCollection<T>(TimeInterval<T>)
Initializes a new instance from a single interval.
Public methodTimeIntervalCollection<T>(TimeIntervalCollection<T>)
Initializes a new interval collection by copying an existing one.
Public methodTimeIntervalCollection<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.
Top
See Also