public interface ITime2 extends ITime, java.io.Serializable
Description: 'Provides access to members that control the Time.' 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 |
IID30eae8e1_26b2_4e57_a3f2_8ae7c7db2455 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID66810d21_8de0_44ee_b26e_465ac09f161f
Modifier and Type | Method and Description |
---|---|
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.
|
compare, getDay, getHour, getMinute, getMonth, getNanoseconds, getSecond, getYear, queryDayFraction, queryGregorianTime, queryIntegerTime, queryJulianDayNumber, queryNanosecondsSinceMidnight, queryOleTime, queryTicks, queryTimeString, queryTimeStringCurrentLocale, queryTimeStringCustom, queryXMLTimeString, setDay, setDayFraction, setFromCurrentLocalTime, setFromCurrentUtcTime, setFromGregorianTime, setFromIntegerTime, setFromObject, setFromOleTime, setFromTicks, setFromTimeString, setFromTimeStringCurrentLocale, setFromTimeStringCustom, setFromXMLTimeString, setHour, setJulianDayNumber, setMinute, setMonth, setNanoseconds, setNanosecondsSinceMidnight, setSecond, setYear, snapToEndOfMonth, subtractTime, toLocal, toUTC
static final int IID30eae8e1_26b2_4e57_a3f2_8ae7c7db2455
static final int xxDummy
static final java.lang.String IID
short getDayOfWeek() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getDayOfYear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getWeekOfMonth(short startDayOfWeek) throws java.io.IOException, AutomationException
startDayOfWeek
- The startDayOfWeek (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.short getWeekOfYear(short startDayOfWeek) throws java.io.IOException, AutomationException
startDayOfWeek
- The startDayOfWeek (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.