This document is archived and information here might be outdated.  Recommended version.


ITemporalQueryFilter.StartingDate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITemporalQueryFilter.StartingDate Property

Indicates the earliest date included in the query.

[Visual Basic .NET]
Public Property StartingDate As Object
[C#]
public object StartingDate {get; set;}
[C++]
HRESULT get_StartingDate(
  VARIANT* pVal
);
[C++]
HRESULT put_StartingDate(
  VARIANT pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT pVal [in] pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporalQueryFilter Interface