Uses of Class
net.time4j.history.EraPreference
Packages that use EraPreference
Package
Description
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of EraPreference in net.time4j.history
Methods in net.time4j.history that return EraPreferenceModifier and TypeMethodDescriptionstatic EraPreference
EraPreference.abUrbeCondita()
Determines the era Ab Urbe Condita to be preferred.static EraPreference
EraPreference.abUrbeConditaBetween(PlainDate start, PlainDate end)
Determines the era Ab Urbe Condita to be preferred within given date range.static EraPreference
EraPreference.abUrbeConditaUntil(PlainDate end)
Determines the era Ab Urbe Condita to be preferred until given date.static EraPreference
EraPreference.byzantineBetween(PlainDate start, PlainDate end)
Determines the era Anno Mundi to be preferred within given date range.static EraPreference
EraPreference.byzantineUntil(PlainDate end)
Determines the era Anno Mundi to be preferred until given date.static EraPreference
EraPreference.hispanicBetween(PlainDate start, PlainDate end)
Determines the hispanic era to be preferred within given date range.static EraPreference
EraPreference.hispanicUntil(PlainDate end)
Determines the hispanic era to be preferred until given date.Methods in net.time4j.history with parameters of type EraPreferenceModifier and TypeMethodDescriptionChronoHistory.with(EraPreference eraPreference)
Creates a copy of this history with given era preference.