ArcObjects Library Reference (Carto)  

IMapTimeDisplay.ComputeFullTimeExtent Method

Returns the full time extent of the time-enabled layers in the map.

[Visual Basic .NET]
Public Function ComputeFullTimeExtent ( _
) As ITimeExtent
[C#]
public ITimeExtent ComputeFullTimeExtent (
);
[C++]
HRESULT ComputeFullTimeExtent(
  ITimeExtent** TimeExtent
);
[C++]

Parameters

TimeExtent [out, retval]

  TimeExtent is a parameter of type ITimeExtent

Product Availability

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

See Also

IMapTimeDisplay Interface