ArcObjects Library Reference (Carto)  

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(
  ITimeExtent** dataTimeSpan
);
[C++]

Parameters

dataTimeSpan [out, retval]

  dataTimeSpan is a parameter of type ITimeExtent

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