Uses of Class org.joda.time.Partial

Uses in package org.joda.time

Methods with return type org.joda.time.Partial

Partial
Partial.Property.addToCopy(int valueToAdd)
Adds to the value of this field in a copy of this Partial.
Partial
Adds to the value of this field in a copy of this Partial wrapping within this field if the maximum value is reached.
Partial
Gets the partial that this property belongs to.
Partial
Gets a copy of this instance with the specified period take away.
Partial
Gets a copy of this instance with the specified period added.
Partial
Sets this field in a copy of the Partial to a parsed text value.
Partial
Partial.Property.setCopy(String text, Locale locale)
Sets this field in a copy of the Partial to a parsed text value.
Partial
Sets this field in a copy of the Partial.
Partial
Partial.with(DateTimeFieldType fieldType, int value)
Gets a copy of this date with the specified field set to a new value.
Partial
Creates a new Partial instance with the specified chronology.
Partial
Partial.withField(DateTimeFieldType fieldType, int value)
Gets a copy of this Partial with the specified field set to a new value.
Partial
Gets a copy of this Partial with the value of the specified field increased.
Partial
Partial.withFieldAdded(DurationFieldType fieldType, int amount)
Gets a copy of this Partial with the value of the specified field increased.
Partial
Returns a new Partial with this field set to the maximum value for this field.
Partial
Returns a new Partial with this field set to the minimum value for this field.
Partial
Partial.withPeriodAdded(ReadablePeriod period, int scalar)
Gets a copy of this Partial with the specified period added.
Partial
Gets a copy of this date with the specified field removed.

Copyright (c) 2001-2006 - Joda.org