Click or drag to resize

TimeIntervalCollection<T>.RemoveData 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: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection RemoveData()

Return Value

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