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


ITimeDuration.QueryTotalSeconds Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeDuration Interface > ITimeDuration.QueryTotalSeconds Method
ArcGIS Developer Help

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(
void
);

Product Availability

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

See Also

ITimeDuration Interface