Return the end time of this report.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function end_time() As Double
C#
public double end_time()
C++
public:
 double end_time() sealed 
J#
public double end_time()
JScript
public  function end_time() : double

Remarks

Returns a value indicating the most recent time covered by this report. Time is measured in milliseconds from an arbitrary epic point. A value of -1.0 indicates no end time was given.

See Also