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


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