|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriTimeStringFormat
Esri time string formats.
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.
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 |
---|
static final int esriTSFYearThruSubSecondWithSlash
static final int esriTSFYearThruSecondWithSlash
static final int esriTSFYearThruMinuteWithSlash
static final int esriTSFYearThruHourWithSlash
static final int esriTSFYearThruDayWithSlash
static final int esriTSFYearThruMonthWithSlash
static final int esriTSFYearThruSubSecondWithDash
static final int esriTSFYearThruSecondWithDash
static final int esriTSFYearThruMinuteWithDash
static final int esriTSFYearThruHourWithDash
static final int esriTSFYearThruDayWithDash
static final int esriTSFYearThruMonthWithDash
static final int esriTSFYearThruSubSecond
static final int esriTSFYearThruSecond
static final int esriTSFYearThruMinute
static final int esriTSFYearThruHour
static final int esriTSFYearThruDay
static final int esriTSFYearThruMonth
static final int esriTSFYearOnly
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |