This document is archived and information here might be outdated.  Recommended version.


ITinClock.GetElapsedTime Method (ArcObjects .NET 10.4 SDK)
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