Package | Description |
---|---|
javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
Modifier and Type | Field and Description |
---|---|
static ISOChronology |
ISOChronology.INSTANCE
The singleton instance of
ISOChronology . |
Modifier and Type | Method and Description |
---|---|
ISOChronology |
YearMonth.getChronology()
Gets the chronology that this year-month uses, which is the ISO calendar system.
|
ISOChronology |
MonthDay.getChronology()
Gets the chronology that this month-day uses, which is the ISO calendar system.
|
ISOChronology |
LocalTime.getChronology()
Gets the chronology that this time uses, which is the ISO calendar system.
|
ISOChronology |
ZonedDateTime.getChronology()
Gets the chronology that this date-time uses, which is the ISO calendar system.
|
ISOChronology |
OffsetTime.getChronology()
Gets the chronology that this time uses, which is the ISO calendar system.
|
ISOChronology |
LocalDate.getChronology()
Gets the chronology that this date uses, which is the ISO calendar system.
|
ISOChronology |
OffsetDate.getChronology()
Gets the chronology that this date uses, which is the ISO calendar system.
|
ISOChronology |
LocalDateTime.getChronology()
Gets the chronology that this date-time uses, which is the ISO calendar system.
|
ISOChronology |
OffsetDateTime.getChronology()
Gets the chronology that this date-time uses, which is the ISO calendar system.
|
Copyright © 2014. All rights reserved.