ArcObjects Library Reference (Server)  

IServerStatus.StartTime Property

The time that the server was started.

[Visual Basic .NET]
Public ReadOnly Property StartTime As DateTime
[C#]
public DateTime StartTime {get;}
[C++]
HRESULT get_StartTime(
  DATE* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type DATE

Product Availability

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

See Also

IServerStatus Interface