Uses of Class
org.joda.time.base.BasePartial
Packages that use BasePartial
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
-
Uses of BasePartial in org.joda.time
Subclasses of BasePartial in org.joda.timeModifier and TypeClassDescriptionfinal class
MonthDay is an immutable partial supporting the monthOfYear and dayOfMonth fields.final class
Deprecated.Use LocalTime which has a much better internal implementation and has been available since 1.3final class
YearMonth is an immutable partial supporting the year and monthOfYear fields.final class
Deprecated.Use LocalDate which has a much better internal implementation and has been available since 1.3 -
Uses of BasePartial in org.joda.time.base
Constructors in org.joda.time.base with parameters of type BasePartialModifierConstructorDescriptionprotected
BasePartial
(BasePartial base, int[] values) Private constructor to be used by subclasses only which performs no validation.protected
BasePartial
(BasePartial base, Chronology chrono) Private constructor to be used by subclasses only which performs no validation.