TimeIntervalAdd Method (TimeIntervalCollection) |
Adds an interval list to this interval, producing a new interval list
that includes this interval plus all intervals in the input list.
The input list is not changed by this method.
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 Add(
TimeIntervalCollection intervalList
)
Public Function Add (
intervalList As TimeIntervalCollection
) As TimeIntervalCollection
public:
TimeIntervalCollection^ Add(
TimeIntervalCollection^ intervalList
)
member Add :
intervalList : TimeIntervalCollection -> TimeIntervalCollection
Parameters
- intervalList
- Type: AGI.Foundation.TimeTimeIntervalCollection
The interval list to add.
Return Value
Type:
TimeIntervalCollectionA new interval list.
See Also