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


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

ITimeExtent.QueryTimeDuration Method

Obtains the time extent's time duration.

[Visual Basic .NET]
Public Function QueryTimeDuration ( _
) As ITimeDuration
[C#]
public ITimeDuration QueryTimeDuration (
);
[C++]
HRESULT QueryTimeDuration(
void
);

Product Availability

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

See Also

ITimeExtent Interface