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)
Syntaxpublic TimeInterval RemoveData()
Public Function RemoveData As TimeInterval
public:
TimeInterval^ RemoveData()
member RemoveData : unit -> TimeInterval
Return Value
Type:
TimeIntervalAn equivalent interval without data.
See Also