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


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

IServerTimeRange.EndTime Property

The end time for the period that the statistics represent.

[Visual Basic .NET]
Public ReadOnly Property EndTime As DateTime
[C#]
public DateTime EndTime {get;}
[C++]
HRESULT get_EndTime(
  System.DateTime* pTime
);
[C++]
Parameters
pTime [out, retval]

pTime is a parameter of type DATE*

Product Availability

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

See Also

IServerTimeRange Interface