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