|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITimeRegionalSettings
Provides access to properties and methods needed to change the parsing behavior of a string temporal field. These properties and methods are not used for date type temporal fields and this information is not used for realtime data sources.
| Method Summary | |
|---|---|
String |
getAMDesignator()
String for the AM designator. |
String |
getDateStyleFormat()
Date style used when parsing the date portion of a time string in the temporal column. |
int |
getLanguageLocaleID()
Language ID used to parse dates from string values. |
String |
getPMDesignator()
String for the PM designator. |
String |
getTimeStyleFormat()
Time formatting style used to parse the time portion of a time string in the temporal column. |
void |
setAMDesignator(String pbstrAMDesignator)
String for the AM designator. |
void |
setDateStyleFormat(String pbstrDateStyleFormat)
Date style used when parsing the date portion of a time string in the temporal column. |
void |
setLanguageLocaleID(int plLanguageLocaleID)
Language ID used to parse dates from string values. |
void |
setPMDesignator(String pbstrPMDesignator)
String for the PM designator. |
void |
setTimeStyleFormat(String pbstrTimeStyleFormat)
Time formatting style used to parse the time portion of a time string in the temporal column. |
| Method Detail |
|---|
int getLanguageLocaleID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLanguageLocaleID(int plLanguageLocaleID)
throws IOException,
AutomationException
plLanguageLocaleID - The plLanguageLocaleID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeStyleFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeStyleFormat(String pbstrTimeStyleFormat)
throws IOException,
AutomationException
pbstrTimeStyleFormat - The pbstrTimeStyleFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDateStyleFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDateStyleFormat(String pbstrDateStyleFormat)
throws IOException,
AutomationException
pbstrDateStyleFormat - The pbstrDateStyleFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAMDesignator()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAMDesignator(String pbstrAMDesignator)
throws IOException,
AutomationException
pbstrAMDesignator - The pbstrAMDesignator (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPMDesignator()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPMDesignator(String pbstrPMDesignator)
throws IOException,
AutomationException
pbstrPMDesignator - The pbstrPMDesignator (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 | ||||||||