|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITime2
Provides access to members that control the Time.
Method Summary | |
---|---|
short |
getDayOfWeek()
The day number of the week, starting with 1 for Sunday. |
short |
getDayOfYear()
The day number of the year, starting with 1 for the first day of the year. |
short |
getWeekOfMonth(short startDayOfWeek)
The week number of the month, starting with 1 for the first week of the month. |
short |
getWeekOfYear(short startDayOfWeek)
The week number of the year, starting with 1 for first week of the year. |
Method Detail |
---|
short getDayOfWeek() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getDayOfYear() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getWeekOfMonth(short startDayOfWeek) throws IOException, AutomationException
startDayOfWeek
- The startDayOfWeek (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getWeekOfYear(short startDayOfWeek) throws IOException, AutomationException
startDayOfWeek
- The startDayOfWeek (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 |