Uses of Class
org.joda.time.YearMonthDay

Packages that use YearMonthDay
org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials. 
 

Uses of YearMonthDay in org.joda.time
 

Methods in org.joda.time that return YearMonthDay
 YearMonthDay DateTime.toYearMonthDay()
          Converts this object to a YearMonthDay using the same millis and chronology.
 YearMonthDay DateMidnight.toYearMonthDay()
          Converts this object to a YearMonthDay using the same millis and chronology.
 YearMonthDay YearMonthDay.Property.getYearMonthDay()
          Gets the partial that this property belongs to.
 YearMonthDay YearMonthDay.Property.addToCopy(int valueToAdd)
          Adds to the value of this field in a copy of this YearMonthDay.
 YearMonthDay YearMonthDay.Property.addWrapFieldToCopy(int valueToAdd)
          Adds to the value of this field in a copy of this YearMonthDay wrapping within this field if the maximum value is reached.
 YearMonthDay YearMonthDay.Property.setCopy(int value)
          Sets this field in a copy of the YearMonthDay.
 YearMonthDay YearMonthDay.Property.setCopy(String text, Locale locale)
          Sets this field in a copy of the YearMonthDay to a parsed text value.
 YearMonthDay YearMonthDay.Property.setCopy(String text)
          Sets this field in a copy of the YearMonthDay to a parsed text value.
 YearMonthDay YearMonthDay.Property.withMaximumValue()
          Returns a new YearMonthDay with this field set to the maximum value for this field.
 YearMonthDay YearMonthDay.Property.withMinimumValue()
          Returns a new YearMonthDay with this field set to the minimum value for this field.
static YearMonthDay YearMonthDay.fromCalendarFields(Calendar calendar)
          Constructs a YearMonthDay from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
static YearMonthDay YearMonthDay.fromDateFields(Date date)
          Constructs a YearMonthDay from a java.util.Date using exactly the same field values avoiding any time zone effects.
 YearMonthDay YearMonthDay.withChronologyRetainFields(Chronology newChronology)
          Creates a new YearMonthDay instance with the specified chronology.
 YearMonthDay YearMonthDay.withField(DateTimeFieldType fieldType, int value)
          Gets a copy of this date with the specified field set to a new value.
 YearMonthDay YearMonthDay.withFieldAdded(DurationFieldType fieldType, int amount)
          Gets a copy of this date with the value of the specified field increased.
 YearMonthDay YearMonthDay.withPeriodAdded(ReadablePeriod period, int scalar)
          Gets a copy of this date with the specified period added.
 YearMonthDay YearMonthDay.plus(ReadablePeriod period)
          Gets a copy of this instance with the specified period added.
 YearMonthDay YearMonthDay.plusYears(int years)
          Returns a new date plus the specified number of years.
 YearMonthDay YearMonthDay.plusMonths(int months)
          Returns a new date plus the specified number of months.
 YearMonthDay YearMonthDay.plusDays(int days)
          Returns a new date plus the specified number of days.
 YearMonthDay YearMonthDay.minus(ReadablePeriod period)
          Gets a copy of this instance with the specified period take away.
 YearMonthDay YearMonthDay.minusYears(int years)
          Returns a new datetime minus the specified number of years.
 YearMonthDay YearMonthDay.minusMonths(int months)
          Returns a new datetime minus the specified number of months.
 YearMonthDay YearMonthDay.minusDays(int days)
          Returns a new datetime minus the specified number of days.
 



Copyright © 2002-2008 Joda.org. All Rights Reserved.