NDepend.API Documentation
RemoveMetricValues Method
NDepend.Trend Namespace > ITrendStore Interface : RemoveMetricValues Method
The date of the metric values to remove.
Remove all metrics values stored at date.
Syntax
void RemoveMetricValues( 
   DateTime date
)

Parameters

date
The date of the metric values to remove.
Exceptions
ExceptionDescription
There is no metric values stored for date or an error occurred while persisting in the trend store.
Remarks
The date equality is defined by the same dated second, no matter the number of miliseconds.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ITrendStore Interface
ITrendStore Members