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


ITimeDuration.QueryTotalDays 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.QueryTotalDays Method
ArcGIS Developer Help

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

Product Availability

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

See Also

ITimeDuration Interface