ArcObjects Library Reference (System)  

ITimeDuration.QueryTotalSeconds Method

Obtains the time duration as total seconds floating point value.

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

Parameters

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

Product Availability

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

See Also

ITimeDuration Interface