System.Performance.PerformanceDetails.Now C# (CSharp) Method

Now() public method

public Now ( ) : double
return double
        public double Now()
        {
            return 0;
        }
PerformanceDetails