This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerLogQuery Interface > IServerLogQuery.StartTime Property (ArcObjects .NET 10.4 SDK) |
The start time in the ArcGIS Server logs at which to begin the query.
[Visual Basic .NET]
Public Property StartTime As DateTime
[C#]
public DateTime StartTime {get; set;}
[C++]
HRESULT get_StartTime(
DATE* pTime
);
[C++]
HRESULT put_StartTime(
DATE pTime
);
[C++]
Parameters pTime [out, retval] pTime is a parameter of type DATE pTime [in] pTime is a parameter of type DATE