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: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection RemoveData()

Return Value

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