ArcObjects Library Reference (System)  

ITimeDuration.QueryTotalDays Method

Obtains the time duration as total days floating point value.

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

Parameters

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

Product Availability

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

See Also

ITimeDuration Interface