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


ITimeData.GetFullTimeExtent Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITimeData Interface > ITimeData.GetFullTimeExtent Method
ArcGIS Developer Help

ITimeData.GetFullTimeExtent Method

Returns the time extent for all the data in the layer.

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

Product Availability

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

Description

This property provides a TimeExtent which represents the time from the earliest time stamp in the data to the latests time stamp in the data.

See Also

ITimeData Interface