com.esri.arcgis.system
Interface ITimeInstant

All Superinterfaces:
ITimeValue, java.io.Serializable
All Known Implementing Classes:
ITimeInstantProxy, TimeInstant

public interface ITimeInstant
extends ITimeValue, java.io.Serializable

COM Interface 'ITimeInstant'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID81899ee9_2e12_4e6c_94f1_2ba31d3cdbc5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.ITimeValue
IID4ce86e17_e819_4c72_bd98_e55ae59b0317
 
Method Summary
 ITime getTime()
          The time instant time value.
 void setTime(ITime time)
          The time instant time value.
 
Methods inherited from interface com.esri.arcgis.system.ITimeValue
getTimeReference, project, projectFromUTC, projectToUTC, setTimeReferenceByRef
 

Field Detail

IID81899ee9_2e12_4e6c_94f1_2ba31d3cdbc5

static final int IID81899ee9_2e12_4e6c_94f1_2ba31d3cdbc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTime

ITime getTime()
              throws java.io.IOException,
                     AutomationException
The time instant time value.

Returns:
A reference to a com.esri.arcgis.system.ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTime

void setTime(ITime time)
             throws java.io.IOException,
                    AutomationException
The time instant time value.

Parameters:
time - A reference to a com.esri.arcgis.system.ITime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.