public class _TimeZoneTransitionTime
extends java.lang.Object
implements java.io.Serializable
Description 'Holds time zone transition 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 int |
__CbElements__ |
short |
dayOccurrence |
short |
dayOfWeek |
short |
hour |
short |
milliseconds |
short |
minute |
short |
month |
short |
second |
short |
year |
Constructor and Description |
---|
_TimeZoneTransitionTime() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int __CbElements__
public short year
public short month
public short dayOfWeek
public short dayOccurrence
public short hour
public short minute
public short second
public short milliseconds