com.esri.arcgis.system
Interface esriTimeStringFormat

All Superinterfaces:
Serializable

public interface esriTimeStringFormat
extends Serializable

Esri time string formats.

Description

If a text field is going to be used as the time field for a layer in ArcGIS, the text must be in one of the formats listed in this enumeration.

Product Availability

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


Field Summary
static int esriTSFYearOnly
          yyyy
static int esriTSFYearThruDay
          yyyyMMdd
static int esriTSFYearThruDayWithDash
          yyyy-MM-dd
static int esriTSFYearThruDayWithSlash
          yyyy/MM/dd
static int esriTSFYearThruHour
          yyyyMMddHH
static int esriTSFYearThruHourWithDash
          yyyy-MM-dd HH
static int esriTSFYearThruHourWithSlash
          yyyy/MM/dd HH
static int esriTSFYearThruMinute
          yyyyMMddHHmm
static int esriTSFYearThruMinuteWithDash
          yyyy-MM-dd HH:mm
static int esriTSFYearThruMinuteWithSlash
          yyyy/MM/dd HH:mm
static int esriTSFYearThruMonth
          yyyyMM
static int esriTSFYearThruMonthWithDash
          yyyy-MM
static int esriTSFYearThruMonthWithSlash
          yyyy/MM
static int esriTSFYearThruSecond
          yyyyMMddHHmmss
static int esriTSFYearThruSecondWithDash
          yyyy-MM-dd HH:mm:ss
static int esriTSFYearThruSecondWithSlash
          yyyy/MM/dd HH:mm:ss
static int esriTSFYearThruSubSecond
          yyyyMMddHHmmss.s
static int esriTSFYearThruSubSecondWithDash
          yyyy-MM-dd HH:mm:ss.s
static int esriTSFYearThruSubSecondWithSlash
          yyyy/MM/dd HH:mm:ss.s
 

Field Detail

esriTSFYearThruSubSecondWithSlash

static final int esriTSFYearThruSubSecondWithSlash
yyyy/MM/dd HH:mm:ss.s

See Also:
Constant Field Values

esriTSFYearThruSecondWithSlash

static final int esriTSFYearThruSecondWithSlash
yyyy/MM/dd HH:mm:ss

See Also:
Constant Field Values

esriTSFYearThruMinuteWithSlash

static final int esriTSFYearThruMinuteWithSlash
yyyy/MM/dd HH:mm

See Also:
Constant Field Values

esriTSFYearThruHourWithSlash

static final int esriTSFYearThruHourWithSlash
yyyy/MM/dd HH

See Also:
Constant Field Values

esriTSFYearThruDayWithSlash

static final int esriTSFYearThruDayWithSlash
yyyy/MM/dd

See Also:
Constant Field Values

esriTSFYearThruMonthWithSlash

static final int esriTSFYearThruMonthWithSlash
yyyy/MM

See Also:
Constant Field Values

esriTSFYearThruSubSecondWithDash

static final int esriTSFYearThruSubSecondWithDash
yyyy-MM-dd HH:mm:ss.s

See Also:
Constant Field Values

esriTSFYearThruSecondWithDash

static final int esriTSFYearThruSecondWithDash
yyyy-MM-dd HH:mm:ss

See Also:
Constant Field Values

esriTSFYearThruMinuteWithDash

static final int esriTSFYearThruMinuteWithDash
yyyy-MM-dd HH:mm

See Also:
Constant Field Values

esriTSFYearThruHourWithDash

static final int esriTSFYearThruHourWithDash
yyyy-MM-dd HH

See Also:
Constant Field Values

esriTSFYearThruDayWithDash

static final int esriTSFYearThruDayWithDash
yyyy-MM-dd

See Also:
Constant Field Values

esriTSFYearThruMonthWithDash

static final int esriTSFYearThruMonthWithDash
yyyy-MM

See Also:
Constant Field Values

esriTSFYearThruSubSecond

static final int esriTSFYearThruSubSecond
yyyyMMddHHmmss.s

See Also:
Constant Field Values

esriTSFYearThruSecond

static final int esriTSFYearThruSecond
yyyyMMddHHmmss

See Also:
Constant Field Values

esriTSFYearThruMinute

static final int esriTSFYearThruMinute
yyyyMMddHHmm

See Also:
Constant Field Values

esriTSFYearThruHour

static final int esriTSFYearThruHour
yyyyMMddHH

See Also:
Constant Field Values

esriTSFYearThruDay

static final int esriTSFYearThruDay
yyyyMMdd

See Also:
Constant Field Values

esriTSFYearThruMonth

static final int esriTSFYearThruMonth
yyyyMM

See Also:
Constant Field Values

esriTSFYearOnly

static final int esriTSFYearOnly
yyyy

See Also:
Constant Field Values