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


IIndexingStatus.StartTime Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingStatus.StartTime Property

Index start time.

[Visual Basic .NET]
Public Property StartTime As String
[C#]
public string StartTime {get; set;}
[C++]
HRESULT get_StartTime(
  System.String* StartTime
);
[C++]
HRESULT put_StartTime(
  BSTR StartTime
);
[C++]
Parameters
StartTime [out, retval]

StartTime is a parameter of type BSTR* StartTime [in]
StartTime is a parameter of type BSTR

Product Availability

No record for Search in Libraries found

See Also

IIndexingStatus Interface