public interface ITimeOffsetOperator
extends java.io.Serializable
Description: 'Provides access to time operations.' 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 |
IID7cbbb8ea_7708_464a_a6c8_96db06521b3a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addDays(double value)
Adds the input amount of days.
|
void |
addDuration(ITimeDuration timeDuration)
Adds a time duration.
|
void |
addHours(double value)
Adds the input amount of hours.
|
void |
addMilliseconds(double value)
Adds the input amount of milliseconds.
|
void |
addMinutes(double value)
Adds the input amount of minutes.
|
boolean |
addMonths(double value,
boolean preserveEndOfMonth,
boolean goForwardOnInvalidDate)
Adds the input amount of months.
|
void |
addNanoseconds(long value)
Adds the input amount of nanoseconds.
|
void |
addSeconds(double value)
Adds the input amount of seconds.
|
void |
addWeeks(double value)
Adds the input amount of weeks.
|
boolean |
addYears(double value,
boolean preserveEndOfMonth,
boolean goForwardOnInvalidDate)
Adds the input amount of years.
|
void |
subtractDuration(ITimeDuration timeDuration)
Subtracts a time duration.
|
static final int IID7cbbb8ea_7708_464a_a6c8_96db06521b3a
static final int xxDummy
static final java.lang.String IID
void addDuration(ITimeDuration timeDuration) throws java.io.IOException, AutomationException
timeDuration
- A reference to a com.esri.arcgis.system.ITimeDuration (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void subtractDuration(ITimeDuration timeDuration) throws java.io.IOException, AutomationException
timeDuration
- A reference to a com.esri.arcgis.system.ITimeDuration (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean addYears(double value, boolean preserveEndOfMonth, boolean goForwardOnInvalidDate) throws java.io.IOException, AutomationException
value
- The value (in)preserveEndOfMonth
- The preserveEndOfMonth (in)goForwardOnInvalidDate
- The goForwardOnInvalidDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean addMonths(double value, boolean preserveEndOfMonth, boolean goForwardOnInvalidDate) throws java.io.IOException, AutomationException
value
- The value (in)preserveEndOfMonth
- The preserveEndOfMonth (in)goForwardOnInvalidDate
- The goForwardOnInvalidDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addWeeks(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addDays(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addHours(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addMinutes(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addSeconds(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addMilliseconds(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addNanoseconds(long value) throws java.io.IOException, AutomationException
value
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.