public interface esriTimeLocaleFormat
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriTLFDefaultDateTime
static final int esriTLFLongDate
static final int esriTLFShortDate
static final int esriTLFLongTime
static final int esriTLFShortTime