public interface ITimeZoneRule
extends java.io.Serializable
Description: 'Provides access to members that control the Time Zone Rule.' 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 |
IID2cbfdcb1_c991_4f68_b5b1_919b1b1e6a25 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getBiasFromUTC()
The time zone bias from UTC in minutes.
|
int |
getDaylightTimeBias()
The bias to be used during daylight time.
|
_TimeZoneTransitionTime |
getDaylightTimeTransitionTime()
Date for transition to daylight time.
|
int |
getStandardTimeBias()
The bias to be used during Standard time.
|
_TimeZoneTransitionTime |
getStandardTimeTransitionTime()
Date for transition to standard time.
|
int |
getYear()
The year this rule is in effect.
|
void |
setBiasFromUTC(int biasFromUTC)
The time zone bias from UTC in minutes.
|
void |
setDaylightTimeBias(int daylightTimeBias)
The bias to be used during daylight time.
|
void |
setDaylightTimeTransitionTime(_TimeZoneTransitionTime daylightTimeTransitionTime)
Date for transition to daylight time.
|
void |
setStandardTimeBias(int standardTimeBias)
The bias to be used during Standard time.
|
void |
setStandardTimeTransitionTime(_TimeZoneTransitionTime standardTimeTransitionTime)
Date for transition to standard time.
|
void |
setYear(int year)
The year this rule is in effect.
|
static final int IID2cbfdcb1_c991_4f68_b5b1_919b1b1e6a25
static final int xxDummy
static final java.lang.String IID
int getYear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYear(int year) throws java.io.IOException, AutomationException
year
- The year (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getBiasFromUTC() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBiasFromUTC(int biasFromUTC) throws java.io.IOException, AutomationException
biasFromUTC
- The biasFromUTC (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception._TimeZoneTransitionTime getDaylightTimeTransitionTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDaylightTimeTransitionTime(_TimeZoneTransitionTime daylightTimeTransitionTime) throws java.io.IOException, AutomationException
daylightTimeTransitionTime
- A Structure: com.esri.arcgis.system._TimeZoneTransitionTime (A com.esri.arcgis.system._TimeZoneTransitionTime COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDaylightTimeBias() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDaylightTimeBias(int daylightTimeBias) throws java.io.IOException, AutomationException
daylightTimeBias
- The daylightTimeBias (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception._TimeZoneTransitionTime getStandardTimeTransitionTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStandardTimeTransitionTime(_TimeZoneTransitionTime standardTimeTransitionTime) throws java.io.IOException, AutomationException
standardTimeTransitionTime
- A Structure: com.esri.arcgis.system._TimeZoneTransitionTime (A com.esri.arcgis.system._TimeZoneTransitionTime COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStandardTimeBias() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStandardTimeBias(int standardTimeBias) throws java.io.IOException, AutomationException
standardTimeBias
- The standardTimeBias (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.