com.esri.arcgis.server
Interface esriServerTimePeriod

All Superinterfaces:
Serializable

public interface esriServerTimePeriod
extends Serializable

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

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.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriSTPDay
          Day.
static int esriSTPHour
          Hour.
static int esriSTPMinute
          Minute.
static int esriSTPNone
          None.
static int esriSTPSecond
          Second.
 

Field Detail

esriSTPNone

static final int esriSTPNone
None.

See Also:
Constant Field Values

esriSTPSecond

static final int esriSTPSecond
Second.

See Also:
Constant Field Values

esriSTPMinute

static final int esriSTPMinute
Minute.

See Also:
Constant Field Values

esriSTPHour

static final int esriSTPHour
Hour.

See Also:
Constant Field Values

esriSTPDay

static final int esriSTPDay
Day.

See Also:
Constant Field Values