|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeZoneRule
Provides access to members that control the Time Zone Rule.
ITimeZoneRule provides the detailed time zone and daylight savings time rules for a specific year. It includes the time difference between this time zone and UTC, the amount of shift during daylight savings time, the start date of daylight savings time, and the end date of daylight savings time.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getYear() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYear(int year) throws IOException, AutomationException
year
- The year (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBiasFromUTC() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBiasFromUTC(int biasFromUTC) throws IOException, AutomationException
biasFromUTC
- The biasFromUTC (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception._TimeZoneTransitionTime getDaylightTimeTransitionTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDaylightTimeTransitionTime(_TimeZoneTransitionTime daylightTimeTransitionTime) throws IOException, AutomationException
daylightTimeTransitionTime
- A Structure: com.esri.arcgis.system._TimeZoneTransitionTime (A com.esri.arcgis.system._TimeZoneTransitionTime COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDaylightTimeBias() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDaylightTimeBias(int daylightTimeBias) throws IOException, AutomationException
daylightTimeBias
- The daylightTimeBias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception._TimeZoneTransitionTime getStandardTimeTransitionTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardTimeTransitionTime(_TimeZoneTransitionTime standardTimeTransitionTime) throws IOException, AutomationException
standardTimeTransitionTime
- A Structure: com.esri.arcgis.system._TimeZoneTransitionTime (A com.esri.arcgis.system._TimeZoneTransitionTime COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStandardTimeBias() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStandardTimeBias(int standardTimeBias) throws IOException, AutomationException
standardTimeBias
- The standardTimeBias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |