Provides the time range of all records in the temporal table.
[Visual Basic .NET] Public Sub QueryTemporalExtent ( _ ByRef pvarStartTime As Object, _ ByRef pvarEndTime As Object _ )
[C#] public void QueryTemporalExtent ( ref object pvarStartTime, ref object pvarEndTime );
[C++]
HRESULT QueryTemporalExtent(
VARIANT* pvarStartTime,
VARIANT* pvarEndTime
);
[C++]Parameters
pvarStartTime [out] pvarStartTime is a parameter of type VARIANT pvarEndTime [out] pvarEndTime is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.