| TimeIntervalCollectionT Constructor (TimeIntervalT) | 
 
            Initializes a new instance from a single interval.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic TimeIntervalCollection(
	TimeInterval<T> interval
)
Public Sub New ( 
	interval As TimeInterval(Of T)
)
public:
TimeIntervalCollection(
	TimeInterval<T>^ interval
)
new : 
        interval : TimeInterval<'T> -> TimeIntervalCollectionParameters
- interval
- Type: AGI.Foundation.TimeTimeIntervalT
 The interval to add to the collection.
 See Also
See Also