Uses of Class
org.joda.time.Partial
Packages that use Partial
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
-
Uses of Partial in org.joda.time
Methods in org.joda.time that return PartialModifier and TypeMethodDescriptionPartial.Property.addToCopy
(int valueToAdd) Adds to the value of this field in a copy of this Partial.Partial.Property.addWrapFieldToCopy
(int valueToAdd) Adds to the value of this field in a copy of this Partial wrapping within this field if the maximum value is reached.Partial.Property.getPartial()
Gets the partial that this property belongs to.Partial.minus
(ReadablePeriod period) Gets a copy of this instance with the specified period take away.Partial.plus
(ReadablePeriod period) Gets a copy of this instance with the specified period added.Partial.Property.setCopy
(int value) Sets this field in a copy of the Partial.Sets this field in a copy of the Partial to a parsed text value.Sets this field in a copy of the Partial to a parsed text value.Partial.with
(DateTimeFieldType fieldType, int value) Gets a copy of this date with the specified field set to a new value.Partial.withChronologyRetainFields
(Chronology newChronology) Creates a new Partial instance with the specified chronology.Partial.withField
(DateTimeFieldType fieldType, int value) Gets a copy of this Partial with the specified field set to a new value.Partial.withFieldAdded
(DurationFieldType fieldType, int amount) Gets a copy of this Partial with the value of the specified field increased.Partial.withFieldAddWrapped
(DurationFieldType fieldType, int amount) Gets a copy of this Partial with the value of the specified field increased.Partial.Property.withMaximumValue()
Returns a new Partial with this field set to the maximum value for this field.Partial.Property.withMinimumValue()
Returns a new Partial with this field set to the minimum value for this field.Partial.without
(DateTimeFieldType fieldType) Gets a copy of this date with the specified field removed.Partial.withPeriodAdded
(ReadablePeriod period, int scalar) Gets a copy of this Partial with the specified period added.