Return the start time of this report.


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

Syntax

Visual Basic (Declaration)
Public Function start_time() As Double _
    Implements INetricsCmdStats.start_time
C#
public double start_time()
C++
public:
 double start_time() sealed 
J#
public double start_time()
JScript
public  function start_time() : double

Implements

INetricsCmdStats.start_time

Remarks

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

See Also