Package | Description |
---|---|
javax.time.i18n |
Provides classes representing dates and times in alternate calendar systems.
|
Modifier and Type | Method and Description |
---|---|
static HistoricChronology |
HistoricChronology.cutoverAt(LocalDate cutover)
Obtains an instance of
HistoricChronology specifying the
cutover date when the Gregorian/ISO calendar system was first used. |
HistoricChronology |
HistoricDate.getChronology()
Gets the chronology that this date uses, which is the historic calendar system.
|
static HistoricChronology |
HistoricChronology.standardCutover()
Obtains an instance of
HistoricChronology using the standard
cutover date of 1582-10-15. |
Copyright © 2014. All rights reserved.