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


IMapTableTimeInfo.FullTimeExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTableTimeInfo Interface > IMapTableTimeInfo.FullTimeExtent Property
ArcGIS Developer Help

IMapTableTimeInfo.FullTimeExtent Property

The time extent for all the data in the table.

[Visual Basic .NET]
Public ReadOnly Property FullTimeExtent As ITimeExtent
[C#]
public ITimeExtent FullTimeExtent {get;}
[C++]
HRESULT get_FullTimeExtent(
  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

IMapTableTimeInfo Interface