com.esri.arcgis.system
Interface esriIntegerTimeFormat

All Superinterfaces:
Serializable

public interface esriIntegerTimeFormat
extends Serializable

ESRI integer time formats.

Product Availability

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


Field Summary
static int esriITFYearOnly
          yyyy
static int esriITFYearThruDay
          yyyyMMdd
static int esriITFYearThruHour
          yyyyMMddHH
static int esriITFYearThruMinute
          yyyyMMddHHmm
static int esriITFYearThruMonth
          yyyyMM
static int esriITFYearThruSecond
          yyyyMMddHHmmss
 

Field Detail

esriITFYearThruSecond

static final int esriITFYearThruSecond
yyyyMMddHHmmss

See Also:
Constant Field Values

esriITFYearThruMinute

static final int esriITFYearThruMinute
yyyyMMddHHmm

See Also:
Constant Field Values

esriITFYearThruHour

static final int esriITFYearThruHour
yyyyMMddHH

See Also:
Constant Field Values

esriITFYearThruDay

static final int esriITFYearThruDay
yyyyMMdd

See Also:
Constant Field Values

esriITFYearThruMonth

static final int esriITFYearThruMonth
yyyyMM

See Also:
Constant Field Values

esriITFYearOnly

static final int esriITFYearOnly
yyyy

See Also:
Constant Field Values