com.esri.arcgis.system
Class ITimeProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.ITimeProxy
All Implemented Interfaces:
ITime, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITime2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ITime'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that control the Time.' 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 =

public class ITimeProxy
extends com.esri.arcgis.interop.Dispatch
implements ITime, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.ITime
IID, IID66810d21_8de0_44ee_b26e_465ac09f161f
 
Constructor Summary
  ITimeProxy()
          Deprecated. For internal use only
  ITimeProxy(java.lang.Object obj)
          Deprecated.  
protected ITimeProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITimeProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITimeProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int compare(ITime otherTime)
          Deprecated. Compares this time to the other time.
 short getDay()
          Deprecated. The time's gregorian day.
 short getHour()
          Deprecated. The time's hour.
 short getMinute()
          Deprecated. The time's minute.
 short getMonth()
          Deprecated. The time's gregorian month.
 int getNanoseconds()
          Deprecated. The time's nanoseconds.
 short getSecond()
          Deprecated. The time's second.
 short getYear()
          Deprecated. The time's gregorian year.
 double queryDayFraction()
          Deprecated. The time's time portion as a day fraction.
 _WKSDateTime queryGregorianTime()
          Deprecated. Obtains the time as a gregorian date and time.
 long queryIntegerTime(int integerTimeFormat)
          Deprecated. Obtains the time as an integer time.
 int queryJulianDayNumber()
          Deprecated. The Time's date portion as a julian (Julius Scaliger) day number.
 long queryNanosecondsSinceMidnight()
          Deprecated. The time's time portion as the number of nanoseconds elapsed since midnight.
 java.util.Date queryOleTime()
          Deprecated. Obtains the time as an OLE automation date object.
 long queryTicks()
          Deprecated. Obtains the time as the number of ticks since January 1, 0001 AD (Anno Domini).
 java.lang.String queryTimeString(int timeStringFormat)
          Deprecated. Obtains the time as a string, based on the given time string format.
 java.lang.String queryTimeStringCurrentLocale(int timeLocaleFormat)
          Deprecated. Obtains the time as a string, based on the current locale.
 java.lang.String queryTimeStringCustom(java.lang.String timeStringFormat, int localeID, java.lang.String amSymbol, java.lang.String pmSymbol)
          Deprecated. Obtains the time as a string, based on the given custom time string format, and locale properties.
 java.lang.String queryXMLTimeString(ITimeReference timeReference)
          Deprecated. Obtains the time as an XML time string.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDay(short day)
          Deprecated. The time's gregorian day.
 void setDayFraction(double dayFraction)
          Deprecated. The time's time portion as a day fraction.
 void setFromCurrentLocalTime()
          Deprecated. Writes the time to the current date and time on this machine, expressed as the local time.
 void setFromCurrentUtcTime()
          Deprecated. Writes the time to the current date and time on this machine, expressed as the Coordinated Universal Time (UTC).
 void setFromGregorianTime(_WKSDateTime gregorianTime)
          Deprecated. Obtains the time from a given gregorian date and time value.
 void setFromIntegerTime(int integerTimeFormat, long integerTime)
          Deprecated. Writes the time from an integer time.
 void setFromObject(java.lang.Object object)
          Deprecated. Writes the time from a variant object.
 void setFromOleTime(java.util.Date oleTime)
          Deprecated. Writes the time from an OLE automation date object.
 void setFromTicks(long ticks)
          Deprecated. Writes the time from a given number of ticks since January 1, 0001 AD (Anno Domini) value.
 void setFromTimeString(int timeStringFormat, java.lang.String timeString)
          Deprecated. Writes the time from a string, based on the given time string format.
 void setFromTimeStringCurrentLocale(int timeLocaleFormat, java.lang.String timeString)
          Deprecated. Obtains the time from a string, based on the current locale.
 void setFromTimeStringCustom(java.lang.String timeStringFormat, int localeID, java.lang.String amSymbol, java.lang.String pmSymbol, java.lang.String timeString)
          Deprecated. Writes the time from a string, based on the given custom time string formats, and locale properties.
 int setFromXMLTimeString(java.lang.String xmlTimeString)
          Deprecated. Writes the time from an XML time string.
 void setHour(short hour)
          Deprecated. The time's hour.
 void setJulianDayNumber(int julianDayNumber)
          Deprecated. The Time's date portion as a julian (Julius Scaliger) day number.
 void setMinute(short minute)
          Deprecated. The time's minute.
 void setMonth(short month)
          Deprecated. The time's gregorian month.
 void setNanoseconds(int nanoseconds)
          Deprecated. The time's nanoseconds.
 void setNanosecondsSinceMidnight(long nanosecondsSinceMidnight)
          Deprecated. The time's time portion as the number of nanoseconds elapsed since midnight.
 void setSecond(short second)
          Deprecated. The time's second.
 void setYear(short year)
          Deprecated. The time's gregorian year.
 void snapToEndOfMonth()
          Deprecated. Adjust the day value, to the last day in the current month and year.
 ITimeDuration subtractTime(ITime time)
          Deprecated. Subtracts a given time, and returns the time duration result.
 void toLocal()
          Deprecated. Converts the time from Coordinated Universal Time (UTC) value to local (to this machine) time.
 void toUTC()
          Deprecated. Converts the time from local (to this machine) time value to Coordinated Universal Time (UTC).
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITimeProxy

public ITimeProxy(java.lang.String CLSID,
                  java.lang.String host,
                  com.esri.arcgis.interop.AuthInfo authInfo)
           throws java.net.UnknownHostException,
                  java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITimeProxy

public ITimeProxy()
Deprecated. 
For internal use only


ITimeProxy

public ITimeProxy(java.lang.Object obj)
           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITimeProxy

protected ITimeProxy(java.lang.Object obj,
                     java.lang.String iid)
              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITimeProxy

protected ITimeProxy(java.lang.String CLSID,
                     java.lang.String iid,
                     java.lang.String host,
                     com.esri.arcgis.interop.AuthInfo authInfo)
              throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getYear

public short getYear()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The time's gregorian year.

Specified by:
getYear in interface ITime
Returns:
The year
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYear

public void setYear(short year)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The time's gregorian year.

Specified by:
setYear in interface ITime
Parameters:
year - The year (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMonth

public short getMonth()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The time's gregorian month.

Specified by:
getMonth in interface ITime
Returns:
The month
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMonth

public void setMonth(short month)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The time's gregorian month.

Specified by:
setMonth in interface ITime
Parameters:
month - The month (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDay

public short getDay()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The time's gregorian day.

Specified by:
getDay in interface ITime
Returns:
The day
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDay

public void setDay(short day)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The time's gregorian day.

Specified by:
setDay in interface ITime
Parameters:
day - The day (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHour

public short getHour()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The time's hour.

Specified by:
getHour in interface ITime
Returns:
The hour
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHour

public void setHour(short hour)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
The time's hour.

Specified by:
setHour in interface ITime
Parameters:
hour - The hour (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinute

public short getMinute()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The time's minute.

Specified by:
getMinute in interface ITime
Returns:
The minute
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinute

public void setMinute(short minute)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The time's minute.

Specified by:
setMinute in interface ITime
Parameters:
minute - The minute (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSecond

public short getSecond()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The time's second.

Specified by:
getSecond in interface ITime
Returns:
The second
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSecond

public void setSecond(short second)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The time's second.

Specified by:
setSecond in interface ITime
Parameters:
second - The second (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNanoseconds

public int getNanoseconds()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The time's nanoseconds.

Specified by:
getNanoseconds in interface ITime
Returns:
The nanoseconds
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNanoseconds

public void setNanoseconds(int nanoseconds)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The time's nanoseconds.

Specified by:
setNanoseconds in interface ITime
Parameters:
nanoseconds - The nanoseconds (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryJulianDayNumber

public int queryJulianDayNumber()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The Time's date portion as a julian (Julius Scaliger) day number. Corresponds to the Year, Month, and Day properties.

Specified by:
queryJulianDayNumber in interface ITime
Returns:
The julianDayNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJulianDayNumber

public void setJulianDayNumber(int julianDayNumber)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Time's date portion as a julian (Julius Scaliger) day number. Corresponds to the Year, Month, and Day properties.

Specified by:
setJulianDayNumber in interface ITime
Parameters:
julianDayNumber - The julianDayNumber (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryDayFraction

public double queryDayFraction()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The time's time portion as a day fraction. Corresponds to the Hour, Minute, Second, and Nanoseconds properties.

Specified by:
queryDayFraction in interface ITime
Returns:
The dayFraction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDayFraction

public void setDayFraction(double dayFraction)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The time's time portion as a day fraction. Corresponds to the Hour, Minute, Second, and Nanoseconds properties.

Specified by:
setDayFraction in interface ITime
Parameters:
dayFraction - The dayFraction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryNanosecondsSinceMidnight

public long queryNanosecondsSinceMidnight()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The time's time portion as the number of nanoseconds elapsed since midnight. Corresponds to the Hour, Minute, Second, and Nanoseconds properties.

Specified by:
queryNanosecondsSinceMidnight in interface ITime
Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNanosecondsSinceMidnight

public void setNanosecondsSinceMidnight(long nanosecondsSinceMidnight)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The time's time portion as the number of nanoseconds elapsed since midnight. Corresponds to the Hour, Minute, Second, and Nanoseconds properties.

Specified by:
setNanosecondsSinceMidnight in interface ITime
Parameters:
nanosecondsSinceMidnight - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

subtractTime

public ITimeDuration subtractTime(ITime time)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Subtracts a given time, and returns the time duration result.

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

snapToEndOfMonth

public void snapToEndOfMonth()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Adjust the day value, to the last day in the current month and year.

Specified by:
snapToEndOfMonth in interface ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toUTC

public void toUTC()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Converts the time from local (to this machine) time value to Coordinated Universal Time (UTC).

Specified by:
toUTC in interface ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toLocal

public void toLocal()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Converts the time from Coordinated Universal Time (UTC) value to local (to this machine) time.

Specified by:
toLocal in interface ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTimeString

public java.lang.String queryTimeString(int timeStringFormat)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Obtains the time as a string, based on the given time string format.

Specified by:
queryTimeString in interface ITime
Parameters:
timeStringFormat - A com.esri.arcgis.system.esriTimeStringFormat constant (in)
Returns:
The timeString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromTimeString

public void setFromTimeString(int timeStringFormat,
                              java.lang.String timeString)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Writes the time from a string, based on the given time string format.

Specified by:
setFromTimeString in interface ITime
Parameters:
timeStringFormat - A com.esri.arcgis.system.esriTimeStringFormat constant (in)
timeString - The timeString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTimeStringCurrentLocale

public java.lang.String queryTimeStringCurrentLocale(int timeLocaleFormat)
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
Obtains the time as a string, based on the current locale.

Specified by:
queryTimeStringCurrentLocale in interface ITime
Parameters:
timeLocaleFormat - A com.esri.arcgis.system.esriTimeLocaleFormat constant (in)
Returns:
The timeString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromTimeStringCurrentLocale

public void setFromTimeStringCurrentLocale(int timeLocaleFormat,
                                           java.lang.String timeString)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Obtains the time from a string, based on the current locale.

Specified by:
setFromTimeStringCurrentLocale in interface ITime
Parameters:
timeLocaleFormat - A com.esri.arcgis.system.esriTimeLocaleFormat constant (in)
timeString - The timeString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTimeStringCustom

public java.lang.String queryTimeStringCustom(java.lang.String timeStringFormat,
                                              int localeID,
                                              java.lang.String amSymbol,
                                              java.lang.String pmSymbol)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Obtains the time as a string, based on the given custom time string format, and locale properties.

Specified by:
queryTimeStringCustom in interface ITime
Parameters:
timeStringFormat - The timeStringFormat (in)
localeID - The localeID (in)
amSymbol - The amSymbol (in)
pmSymbol - The pmSymbol (in)
Returns:
The timeString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromTimeStringCustom

public void setFromTimeStringCustom(java.lang.String timeStringFormat,
                                    int localeID,
                                    java.lang.String amSymbol,
                                    java.lang.String pmSymbol,
                                    java.lang.String timeString)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Writes the time from a string, based on the given custom time string formats, and locale properties.

Specified by:
setFromTimeStringCustom in interface ITime
Parameters:
timeStringFormat - The timeStringFormat (in)
localeID - The localeID (in)
amSymbol - The amSymbol (in)
pmSymbol - The pmSymbol (in)
timeString - The timeString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryXMLTimeString

public java.lang.String queryXMLTimeString(ITimeReference timeReference)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Obtains the time as an XML time string.

Specified by:
queryXMLTimeString in interface ITime
Parameters:
timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
Returns:
The xmlTimeString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromXMLTimeString

public int setFromXMLTimeString(java.lang.String xmlTimeString)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Writes the time from an XML time string.

Specified by:
setFromXMLTimeString in interface ITime
Parameters:
xmlTimeString - The xmlTimeString (in)
Returns:
The timeZoneBiasFromUTC
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryIntegerTime

public long queryIntegerTime(int integerTimeFormat)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Obtains the time as an integer time.

Specified by:
queryIntegerTime in interface ITime
Parameters:
integerTimeFormat - A com.esri.arcgis.system.esriIntegerTimeFormat constant (in)
Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromIntegerTime

public void setFromIntegerTime(int integerTimeFormat,
                               long integerTime)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Writes the time from an integer time.

Specified by:
setFromIntegerTime in interface ITime
Parameters:
integerTimeFormat - A com.esri.arcgis.system.esriIntegerTimeFormat constant (in)
integerTime - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromObject

public void setFromObject(java.lang.Object object)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Writes the time from a variant object.

Specified by:
setFromObject in interface ITime
Parameters:
object - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryOleTime

public java.util.Date queryOleTime()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Obtains the time as an OLE automation date object.

Specified by:
queryOleTime in interface ITime
Returns:
The oleTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromOleTime

public void setFromOleTime(java.util.Date oleTime)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Writes the time from an OLE automation date object.

Specified by:
setFromOleTime in interface ITime
Parameters:
oleTime - The oleTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryGregorianTime

public _WKSDateTime queryGregorianTime()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Obtains the time as a gregorian date and time.

Specified by:
queryGregorianTime in interface ITime
Returns:
A Structure: com.esri.arcgis.system._WKSDateTime (A com.esri.arcgis.system._WKSDateTime COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromGregorianTime

public void setFromGregorianTime(_WKSDateTime gregorianTime)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Obtains the time from a given gregorian date and time value.

Specified by:
setFromGregorianTime in interface ITime
Parameters:
gregorianTime - A Structure: com.esri.arcgis.system._WKSDateTime (A com.esri.arcgis.system._WKSDateTime COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTicks

public long queryTicks()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Obtains the time as the number of ticks since January 1, 0001 AD (Anno Domini).

Specified by:
queryTicks in interface ITime
Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromTicks

public void setFromTicks(long ticks)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Writes the time from a given number of ticks since January 1, 0001 AD (Anno Domini) value.

Specified by:
setFromTicks in interface ITime
Parameters:
ticks - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromCurrentLocalTime

public void setFromCurrentLocalTime()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Writes the time to the current date and time on this machine, expressed as the local time.

Specified by:
setFromCurrentLocalTime in interface ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFromCurrentUtcTime

public void setFromCurrentUtcTime()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Writes the time to the current date and time on this machine, expressed as the Coordinated Universal Time (UTC).

Specified by:
setFromCurrentUtcTime in interface ITime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

compare

public int compare(ITime otherTime)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Compares this time to the other time. Returns -1 if this time's value is less, 1 if greater, and 0 otherwise.

Specified by:
compare in interface ITime
Parameters:
otherTime - A reference to a com.esri.arcgis.system.ITime (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.