|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITimeZone
ITimeZone Interface provides properties and methods to select a time zone and do time conversions.
This interface provides properties to indicate whether or not to adjust for daylight savings, current time zone and a list of time zones.
| Method Summary | |
|---|---|
String |
getCurrentZone()
The current Time Zone. |
String |
getTimeZoneXML()
The XML representation of a TimeZone. |
Object |
getZoneList()
List of time zones. |
boolean |
isAdjustForDaylightSavings()
Indicates whether or not to Adjust For Daylight Savings. |
void |
setAdjustForDaylightSavings(boolean pVal)
Indicates whether or not to Adjust For Daylight Savings. |
void |
setCurrentZone(String pbstrCurrentZone)
The current Time Zone. |
void |
setTimeZoneXML(String pbstrXML)
The XML representation of a TimeZone. |
| Method Detail |
|---|
String getCurrentZone()
throws IOException,
AutomationException
This property indicates the current time zone the temporal feature class’ temporal field is using.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCurrentZone(String pbstrCurrentZone)
throws IOException,
AutomationException
pbstrCurrentZone - The pbstrCurrentZone (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getZoneList()
throws IOException,
AutomationException
This property indicates a list of time zones that are pulled from the computer’s registry.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAdjustForDaylightSavings()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAdjustForDaylightSavings(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeZoneXML()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeZoneXML(String pbstrXML)
throws IOException,
AutomationException
pbstrXML - The pbstrXML (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 | ||||||||