Click or drag to resize

TimeIntervalCollectionT Constructor

Overload List
  NameDescription
Public methodTimeIntervalCollectionT
Initializes a new, empty interval collection.
Public methodTimeIntervalCollectionT(TimeIntervalT)
Initializes a new instance from a single interval.
Public methodTimeIntervalCollectionT(TimeIntervalCollectionT)
Initializes a new interval collection by copying an existing one.
Public methodTimeIntervalCollectionT(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