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


IServerStatus.StartTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerStatus Interface > IServerStatus.StartTime Property
ArcGIS Developer Help

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(
  System.DateTime* 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