public interface ITimeInstant extends ITimeValue, java.io.Serializable
Description: 'Provides access to members that control the Time Instant.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID81899ee9_2e12_4e6c_94f1_2ba31d3cdbc5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4ce86e17_e819_4c72_bd98_e55ae59b0317
Modifier and Type | Method and Description |
---|---|
ITime |
getTime()
The time instant time value.
|
void |
setTime(ITime time)
The time instant time value.
|
getTimeReference, project, projectFromUTC, projectToUTC, setTimeReferenceByRef
static final int IID81899ee9_2e12_4e6c_94f1_2ba31d3cdbc5
static final int xxDummy
static final java.lang.String IID
ITime getTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTime(ITime time) throws java.io.IOException, AutomationException
time
- A reference to a com.esri.arcgis.system.ITime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.