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


IServerLogQuery.EndTime Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerLogQuery.EndTime Property

The end time in the ArcGIS Server logs at which to end the query.

[Visual Basic .NET]
Public Property EndTime As DateTime
[C#]
public DateTime EndTime {get; set;}
[C++]
HRESULT get_EndTime(
  DATE* pTime
);
[C++]
HRESULT put_EndTime(
  DATE pTime
);
[C++]

Parameters pTime [out, retval] pTime is a parameter of type DATE pTime [in] pTime is a parameter of type DATE

Product Availability

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

See Also

IServerLogQuery Interface