Click or drag to resize

TimeIntervalTRemoveData Method

Creates a new interval that is identical to this one except that it does not have a Data property.

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

Return Value

Type: TimeInterval
An equivalent interval without data.
See Also