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: 25.1.421.0 (25.1.421.0)
Syntax
public TimeInterval RemoveData()

Return Value

Type: TimeInterval
An equivalent interval without data.
See Also