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


esriServerTimePeriod Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Constants > E > esriServerTimePeriod Constants
ArcGIS Developer Help

esriServerTimePeriod Constants

The time period used to query the GIS server for statistics.

Constant Value Description
esriSTPNone 0 None.
esriSTPSecond 1 Second.
esriSTPMinute 2 Minute.
esriSTPHour 3 Hour.
esriSTPDay 4 Day.

Product Availability

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

Remarks

esriServerTimePeriod specifies a particular time period that the units of time you speficfy when queying the GIS server's statisitcs. Use esriServerTimePeriod to specify the time period units when using the GetSpecificStatisticForTimeIntervals and GetAllStatisticsForTimeInterval methods on IServerStatistics.

See Also

IServerStatistics Interface | IStatisticsResults Interface