TimeIntervalCollectionT Constructor |
Name | Description | |
---|---|---|
TimeIntervalCollectionT |
Initializes a new, empty interval collection.
| |
TimeIntervalCollectionT(TimeIntervalT) |
Initializes a new instance from a single interval.
| |
TimeIntervalCollectionT(TimeIntervalCollectionT) |
Initializes a new interval collection by copying an existing one.
| |
TimeIntervalCollectionT(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.
|