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