com.esri.arcgis.trackinganalyst
Interface ITimeZone

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataSetDefinition, ITimeZoneProxy, TemporalFeatureClass, TemporalFeatureLayer

public interface ITimeZone
extends java.io.Serializable

COM Interface 'ITimeZone'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'ITimeZone Interface provides properties and methods to select a time zone and do time conversions.' 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 IIDfed00c52_876a_4d87_a3cb_491fbecd07c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCurrentZone()
          The current Time Zone.
 java.lang.String getTimeZoneXML()
          The XML representation of a TimeZone.
 java.lang.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(java.lang.String pbstrCurrentZone)
          The current Time Zone.
 void setTimeZoneXML(java.lang.String pbstrXML)
          The XML representation of a TimeZone.
 

Field Detail

IIDfed00c52_876a_4d87_a3cb_491fbecd07c6

static final int IIDfed00c52_876a_4d87_a3cb_491fbecd07c6
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

getCurrentZone

java.lang.String getCurrentZone()
                                throws java.io.IOException,
                                       AutomationException
The current Time Zone.

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

setCurrentZone

void setCurrentZone(java.lang.String pbstrCurrentZone)
                    throws java.io.IOException,
                           AutomationException
The current Time Zone.

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

getZoneList

java.lang.Object getZoneList()
                             throws java.io.IOException,
                                    AutomationException
List of time zones.

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

isAdjustForDaylightSavings

boolean isAdjustForDaylightSavings()
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether or not to Adjust For Daylight Savings.

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

setAdjustForDaylightSavings

void setAdjustForDaylightSavings(boolean pVal)
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether or not to Adjust For Daylight Savings.

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

getTimeZoneXML

java.lang.String getTimeZoneXML()
                                throws java.io.IOException,
                                       AutomationException
The XML representation of a TimeZone.

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

setTimeZoneXML

void setTimeZoneXML(java.lang.String pbstrXML)
                    throws java.io.IOException,
                           AutomationException
The XML representation of a TimeZone.

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