This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalQueryFilter Interface > ITemporalQueryFilter.EndingDate Property (ArcObjects .NET 10.5 SDK) |
Indicates the latest date included in the query.
[Visual Basic .NET] Public Property EndingDate As Object
[C#] public object EndingDate {get; set;}
[C++]
HRESULT get_EndingDate(
VARIANT* pVal
);
[C++]
HRESULT put_EndingDate(
VARIANT pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT pVal [in] pVal is a parameter of type VARIANT