com.esri.arcgis.system
Interface ITimeZoneFactory2

All Superinterfaces:
ITimeZoneFactory, java.io.Serializable
All Known Implementing Classes:
ITimeZoneFactory2Proxy, TimeZoneFactory

public interface ITimeZoneFactory2
extends ITimeZoneFactory, java.io.Serializable

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

Description: 'Provides access to members that control the Time Zone Factory.' 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 IID4caa06be_7199_40b3_adb6_78bae35d5227
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.ITimeZoneFactory
IID1b4768dd_508e_4946_ab04_e042dfceb29f
 
Method Summary
 ITimeReference queryLocalTimeReference(boolean exactMatch)
          Obtains the machine's current local time reference.
 void reloadTimeZones(java.lang.String fileName)
          Reload time zones.
 void saveTimeZones(java.lang.String fileName)
          Save time zones.
 
Methods inherited from interface com.esri.arcgis.system.ITimeZoneFactory
createLocaleInfoFromLocaleID, createTimeReferenceFromWindowsID, createTimeZoneInfoFromWindowsID, getFirstLocaleID, getFirstTimeZoneWindowsID, getNextLocaleID, getNextTimeZoneWindowsID, isValidLocaleID, isValidTimeZoneWindowsID, queryLocalTimeZoneWindowsID, queryTimeZoneOlsonIDsFromWindowsID, queryTimeZoneWindowsIDFromOlsonID
 

Field Detail

IID4caa06be_7199_40b3_adb6_78bae35d5227

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

queryLocalTimeReference

ITimeReference queryLocalTimeReference(boolean exactMatch)
                                       throws java.io.IOException,
                                              AutomationException
Obtains the machine's current local time reference. Set exactMatch to true to ensure exact retrieval of a customized machine's local time reference, or to false to obtain a pre-defined time reference, which is the closest match to the machine's current local t?T???&

Parameters:
exactMatch - The exactMatch (in)
Returns:
A reference to a com.esri.arcgis.system.ITimeReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reloadTimeZones

void reloadTimeZones(java.lang.String fileName)
                     throws java.io.IOException,
                            AutomationException
Reload time zones.

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

saveTimeZones

void saveTimeZones(java.lang.String fileName)
                   throws java.io.IOException,
                          AutomationException
Save time zones.

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