TimeIntervalCollection<T>.RemoveData Method |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection RemoveData()
Public Function RemoveData As TimeIntervalCollection
public:
TimeIntervalCollection^ RemoveData()
member RemoveData : unit -> TimeIntervalCollection
Return Value
Type:
TimeIntervalCollectionA collection equivalent to this one, without data.
See Also