Uses of Class
org.joda.time.chrono.LimitChronology
-
Packages that use LimitChronology Package Description org.joda.time.chrono Package containing the chronology classes which define the calendar systems. -
-
Uses of LimitChronology in org.joda.time.chrono
Fields in org.joda.time.chrono declared as LimitChronology Modifier and Type Field Description private LimitChronology
LimitChronology. iWithUTC
Methods in org.joda.time.chrono that return LimitChronology Modifier and Type Method Description static LimitChronology
LimitChronology. getInstance(Chronology base, ReadableDateTime lowerLimit, ReadableDateTime upperLimit)
Wraps another chronology, with datetime limits.
-