This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Constants > E > esriServerTimePeriod Constants (ArcObjects .NET 10.4 SDK) |
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. |
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.