This document is archived and information here might be outdated. Recommended version. |
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*