public interface ITimeZoneFactory2 extends ITimeZoneFactory, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4caa06be_7199_40b3_adb6_78bae35d5227 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b4768dd_508e_4946_ab04_e042dfceb29f
Modifier and Type | Method and Description |
---|---|
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.
|
createLocaleInfoFromLocaleID, createTimeReferenceFromWindowsID, createTimeZoneInfoFromWindowsID, getFirstLocaleID, getFirstTimeZoneWindowsID, getNextLocaleID, getNextTimeZoneWindowsID, isValidLocaleID, isValidTimeZoneWindowsID, queryLocalTimeZoneWindowsID, queryTimeZoneOlsonIDsFromWindowsID, queryTimeZoneWindowsIDFromOlsonID
static final int IID4caa06be_7199_40b3_adb6_78bae35d5227
static final int xxDummy
static final java.lang.String IID
ITimeReference queryLocalTimeReference(boolean exactMatch) throws java.io.IOException, AutomationException
exactMatch
- The exactMatch (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reloadTimeZones(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveTimeZones(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.