Serialized Form
-
Package java.time
-
Class java.time.DateTimeException extends java.lang.RuntimeException implements Serializable
-
Class java.time.Duration extends java.lang.Object implements Serializable
-
Serialized Fields
-
nanos
int nanos
The number of nanoseconds in the duration, expressed as a fraction of the number of seconds. This is always positive, and never exceeds 999,999,999. -
seconds
long seconds
The number of seconds in the duration.
-
-
-
Class java.time.Instant extends java.lang.Object implements Serializable
-
Serialized Fields
-
nanos
int nanos
The number of nanoseconds, later along the time-line, from the seconds field. This is always positive, and never exceeds 999,999,999. -
seconds
long seconds
The number of seconds from the epoch of 1970-01-01T00:00:00Z.
-
-
-
Class java.time.LocalDate extends java.lang.Object implements Serializable
-
Serialized Fields
-
day
short day
The day-of-month. -
month
short month
The month-of-year. -
year
int year
The year.
-
-
-
Class java.time.LocalDateTime extends java.lang.Object implements Serializable
-
Class java.time.LocalTime extends java.lang.Object implements Serializable
-
Serialized Fields
-
hour
byte hour
The hour. -
minute
byte minute
The minute. -
nano
int nano
The nanosecond. -
second
byte second
The second.
-
-
-
Class java.time.MonthDay extends java.lang.Object implements Serializable
-
Serialized Fields
-
day
int day
The day-of-month. -
month
int month
The month-of-year, not null.
-
-
-
Class java.time.OffsetDateTime extends java.lang.Object implements Serializable
-
Serialized Fields
-
dateTime
LocalDateTime dateTime
The local date-time. -
offset
ZoneOffset offset
The offset from UTC/Greenwich.
-
-
-
Class java.time.OffsetTime extends java.lang.Object implements Serializable
-
Serialized Fields
-
offset
ZoneOffset offset
The offset from UTC/Greenwich. -
time
LocalTime time
The local date-time.
-
-
-
Class java.time.Period extends java.lang.Object implements Serializable
-
Serialized Fields
-
days
int days
The number of days. -
months
int months
The number of months. -
years
int years
The number of years.
-
-
-
Class java.time.Year extends java.lang.Object implements Serializable
-
Serialized Fields
-
year
int year
The year being represented.
-
-
-
Class java.time.YearMonth extends java.lang.Object implements Serializable
-
Serialized Fields
-
month
int month
The month-of-year, not null. -
year
int year
The year.
-
-
-
Class java.time.ZonedDateTime extends java.lang.Object implements Serializable
-
Serialized Fields
-
dateTime
LocalDateTime dateTime
The local date-time. -
offset
ZoneOffset offset
The offset from UTC/Greenwich. -
zone
ZoneId zone
The time-zone.
-
-
-
Class java.time.ZoneId extends java.lang.Object implements Serializable
-
Class java.time.ZoneOffset extends ZoneId implements Serializable
-
Serialized Fields
-
totalSeconds
int totalSeconds
The total offset in seconds.
-
-
-
-
Package java.time.chrono
-
Class java.time.chrono.HijrahChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 3127340209035924785L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
java.lang.Object writeReplace()
-
-
Class java.time.chrono.HijrahDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.HijrahDate> implements Serializable
- serialVersionUID:
- -5207853542612002020L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
-
-
Class java.time.chrono.IsoChronology extends AbstractChronology implements Serializable
-
Class java.time.chrono.JapaneseChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 459996390165777884L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
java.lang.Object writeReplace()
-
-
Class java.time.chrono.JapaneseDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.JapaneseDate> implements Serializable
- serialVersionUID:
- -305327627230580483L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
-
-
Class java.time.chrono.JapaneseEra extends java.lang.Object implements Serializable
- serialVersionUID:
- 1466499369062886794L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
-
-
Class java.time.chrono.MinguoChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 1039765215346859963L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
java.lang.Object writeReplace()
-
-
Class java.time.chrono.MinguoDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.MinguoDate> implements Serializable
- serialVersionUID:
- 1300372329181994526L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
-
-
Class java.time.chrono.ThaiBuddhistChronology extends AbstractChronology implements Serializable
- serialVersionUID:
- 2775954514031616474L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
java.lang.Object writeReplace()
-
-
Class java.time.chrono.ThaiBuddhistDate extends java.time.chrono.ChronoLocalDateImpl<java.time.chrono.ThaiBuddhistDate> implements Serializable
- serialVersionUID:
- -8722293800195731463L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream arg0) throws java.io.InvalidObjectException- Throws:
java.io.InvalidObjectException
-
writeReplace
private java.lang.Object writeReplace()
-
-
-
Package java.time.format
-
Class java.time.format.DateTimeParseException extends DateTimeException implements Serializable
- serialVersionUID:
- 4304633501674722597L
-
Serialized Fields
-
errorIndex
int errorIndex
-
parsedString
java.lang.String parsedString
-
-
-
Package java.time.temporal
-
Class java.time.temporal.UnsupportedTemporalTypeException extends DateTimeException implements Serializable
-
Class java.time.temporal.ValueRange extends java.lang.Object implements Serializable
-
Serialized Fields
-
maxLargest
long maxLargest
The largest maximum value. -
maxSmallest
long maxSmallest
The smallest maximum value. -
minLargest
long minLargest
The largest minimum value. -
minSmallest
long minSmallest
The smallest minimum value.
-
-
-
Class java.time.temporal.WeekFields extends java.lang.Object implements Serializable
-
Serialized Fields
-
firstDayOfWeek
DayOfWeek firstDayOfWeek
The first day-of-week. -
minimalDays
int minimalDays
The minimal number of days in the first week.
-
-
-
-
Package java.time.zone
-
Class java.time.zone.ZoneOffsetTransition extends java.lang.Object implements Serializable
-
Serialized Fields
-
offsetAfter
ZoneOffset offsetAfter
The offset after transition. -
offsetBefore
ZoneOffset offsetBefore
The offset before transition. -
transition
LocalDateTime transition
The local transition date-time at the transition.
-
-
-
Class java.time.zone.ZoneOffsetTransitionRule extends java.lang.Object implements Serializable
-
Serialized Fields
-
dom
byte dom
The day-of-month of the month-day of the cutover week. If positive, it is the start of the week where the cutover can occur. If negative, it represents the end of the week where cutover can occur. The value is the number of days from the end of the month, such that-1is the last day of the month,-2is the second to last day, and so on. -
dow
DayOfWeek dow
The cutover day-of-week, null to retain the day-of-month. -
month
Month month
The month of the month-day of the first day of the cutover week. The actual date will be adjusted by the dowChange field. -
offsetAfter
ZoneOffset offsetAfter
The offset after the cutover. -
offsetBefore
ZoneOffset offsetBefore
The offset before the cutover. -
standardOffset
ZoneOffset standardOffset
The standard offset at the cutover. -
time
LocalTime time
The cutover time in the 'before' offset. -
timeDefinition
ZoneOffsetTransitionRule.TimeDefinition timeDefinition
The definition of how the local time should be interpreted. -
timeEndOfDay
boolean timeEndOfDay
Whether the cutover time is midnight at the end of day.
-
-
-
Class java.time.zone.ZoneRules extends java.lang.Object implements Serializable
-
Serialized Fields
-
lastRules
ZoneOffsetTransitionRule[] lastRules
The last rule. -
savingsInstantTransitions
long[] savingsInstantTransitions
The transitions between instants (epoch seconds), sorted. -
savingsLocalTransitions
LocalDateTime[] savingsLocalTransitions
The transitions between local date-times, sorted. This is a paired array, where the first entry is the start of the transition and the second entry is the end of the transition. -
standardOffsets
ZoneOffset[] standardOffsets
The standard offsets. -
standardTransitions
long[] standardTransitions
The transitions between standard offsets (epoch seconds), sorted. -
wallOffsets
ZoneOffset[] wallOffsets
The wall offsets.
-
-
-
Class java.time.zone.ZoneRulesException extends DateTimeException implements Serializable
-