Click or drag to resize

TimeIntervalCollectionTRemoveData Method

Converts this collection to a TimeIntervalCollection by removing the Data property from each interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntax
public TimeIntervalCollection RemoveData()

Return Value

Type: TimeIntervalCollection
A collection equivalent to this one, without data.
See Also