TimeIntervalCollection Constructor (TimeInterval) | 
 
            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)
Syntaxpublic TimeIntervalCollection(
	TimeInterval interval
)
Public Sub New ( 
	interval As TimeInterval
)
public:
TimeIntervalCollection(
	TimeInterval^ interval
)
new : 
        interval : TimeInterval -> TimeIntervalCollectionParameters
- interval
 - Type: AGI.Foundation.TimeTimeInterval
The interval to add to the collection. 
See Also