Uses of Class
org.joda.time.field.AbstractPartialFieldProperty
-
Packages that use AbstractPartialFieldProperty Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials. -
-
Uses of AbstractPartialFieldProperty in org.joda.time
Subclasses of AbstractPartialFieldProperty in org.joda.time Modifier and Type Class Description static class
MonthDay.Property
The property class forMonthDay
.static class
Partial.Property
The property class forPartial
.static class
TimeOfDay.Property
Deprecated.Use LocalTime which has a much better internal implementationstatic class
YearMonth.Property
The property class forYearMonth
.static class
YearMonthDay.Property
Deprecated.Use LocalDate which has a much better internal implementation
-