com.esri.arcgis.system
Interface esriTimeLocaleFormat

All Superinterfaces:
Serializable

public interface esriTimeLocaleFormat
extends Serializable

Esri time string formats.

Product Availability

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


Field Summary
static int esriTLFDefaultDateTime
          Uses the system locale default date format and time format.
static int esriTLFLongDate
          Uses the system locale long date format only.
static int esriTLFLongTime
          Uses 12 hour time format.
static int esriTLFShortDate
          Uses the system locale short date format only.
static int esriTLFShortTime
          Uses 24 hour time format.
 

Field Detail

esriTLFDefaultDateTime

static final int esriTLFDefaultDateTime
Uses the system locale default date format and time format.

See Also:
Constant Field Values

esriTLFLongDate

static final int esriTLFLongDate
Uses the system locale long date format only.

See Also:
Constant Field Values

esriTLFShortDate

static final int esriTLFShortDate
Uses the system locale short date format only.

See Also:
Constant Field Values

esriTLFLongTime

static final int esriTLFLongTime
Uses 12 hour time format.

See Also:
Constant Field Values

esriTLFShortTime

static final int esriTLFShortTime
Uses 24 hour time format.

See Also:
Constant Field Values