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


ITimeDuration.QueryTotalHours Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeDuration.QueryTotalHours Method

Obtains the time duration as total hours floating point value.

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

Parameters totalHours [out, retval] totalHours is a parameter of type double

Product Availability

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

See Also

ITimeDuration Interface