ArcObjects Library Reference (GeoDatabase)  

ITinClock.GetElapsedTime Method

Return elapsed (since last Reset call) time in seconds.

[Visual Basic .NET]
Public Function GetElapsedTime ( _
) As Double
[C#]
public double GetElapsedTime (
);
[C++]
HRESULT GetElapsedTime(
  double* pElapsedTime
);
[C++]

Parameters

pElapsedTime [out, retval]   pElapsedTime is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinClock Interface