com.esri.arcgis.system
Interface esriTimeStringFormat

All Superinterfaces:
java.io.Serializable

public interface esriTimeStringFormat
extends java.io.Serializable

Constants from esriTimeStringFormat' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Esri time string formats.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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