com.esri.arcgis.system
Interface ITime2

All Superinterfaces:
ITime, java.io.Serializable
All Known Implementing Classes:
ITime2Proxy, Time

public interface ITime2
extends ITime, java.io.Serializable

COM Interface 'ITime2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID30eae8e1_26b2_4e57_a3f2_8ae7c7db2455
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.ITime
IID66810d21_8de0_44ee_b26e_465ac09f161f
 
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.
 
Methods inherited from interface com.esri.arcgis.system.ITime
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
 

Field Detail

IID30eae8e1_26b2_4e57_a3f2_8ae7c7db2455

static final int IID30eae8e1_26b2_4e57_a3f2_8ae7c7db2455
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDayOfWeek

short getDayOfWeek()
                   throws java.io.IOException,
                          AutomationException
The day number of the week, starting with 1 for Sunday.

Returns:
The dayNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDayOfYear

short getDayOfYear()
                   throws java.io.IOException,
                          AutomationException
The day number of the year, starting with 1 for the first day of the year.

Returns:
The dayNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeekOfMonth

short getWeekOfMonth(short startDayOfWeek)
                     throws java.io.IOException,
                            AutomationException
The week number of the month, starting with 1 for the first week of the month. Use startDayOfWeek = 1 to specify that weeks start on Sunday, and 2 on Monday.

Parameters:
startDayOfWeek - The startDayOfWeek (in)
Returns:
The weekNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWeekOfYear

short getWeekOfYear(short startDayOfWeek)
                    throws java.io.IOException,
                           AutomationException
The week number of the year, starting with 1 for first week of the year. Use startDayOfWeek = 1 to specify that weeks start on Sunday, and 2 on Monday.

Parameters:
startDayOfWeek - The startDayOfWeek (in)
Returns:
The weekNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.