Queries temporal data within the full temporal extent of the dataset.
[Visual Basic 6.0] Sub QueryTemporalExtent(
pvarStartTime As Variant, _
pvarEndTime As Variant _
)
[Visual Basic .NET] Public Sub QueryTemporalExtent ( _ ByRef pvarStartTime As Object, _ ByRef pvarEndTime As Object _ )
[C#] public void QueryTemporalExtent ( ref object pvarStartTime, ref object pvarEndTime );
[Java] public void queryTemporalExtent ( Object pvarStartTime, Object pvarEndTime ) throws IOException, AutomationException
[C++]
HRESULT QueryTemporalExtent(
VARIANT* pvarStartTime,
VARIANT* pvarEndTime
);
Parameters
pvarStartTime [in, out]
pvarStartTime is a parameter of type VARIANT
pvarEndTime [in, out]
pvarEndTime is a parameter of type VARIANT