Uses of Class org.joda.time.YearMonthDay

Uses in package org.joda.time

Methods with return type org.joda.time.YearMonthDay

YearMonthDay
Adds to the value of this field in a copy of this YearMonthDay.
YearMonthDay
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.fromCalendarFields(Calendar calendar)
Constructs a YearMonthDay from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
YearMonthDay
Constructs a YearMonthDay from a java.util.Date using exactly the same field values avoiding any time zone effects.
YearMonthDay
Gets the partial that this property belongs to.
YearMonthDay
Returns a copy of this date with the specified period taken away.
YearMonthDay
Returns a copy of this date minus the specified number of days.
YearMonthDay
Returns a copy of this date minus the specified number of months.
YearMonthDay
Returns a copy of this date minus the specified number of years.
YearMonthDay
Returns a copy of this date with the specified period added.
YearMonthDay
Returns a copy of this date plus the specified number of days.
YearMonthDay
Returns a copy of this date plus the specified number of months.
YearMonthDay
Returns a copy of this date plus the specified number of years.
YearMonthDay
Sets this field in a copy of the YearMonthDay to a parsed text value.
YearMonthDay
YearMonthDay.Property.setCopy(String text, Locale locale)
Sets this field in a copy of the YearMonthDay to a parsed text value.
YearMonthDay
Sets this field in a copy of the YearMonthDay.
YearMonthDay
Converts this object to a YearMonthDay using the same date and chronology.
YearMonthDay
Converts this object to a YearMonthDay using the same millis and chronology.
YearMonthDay
Returns a copy of this date with the specified chronology.
YearMonthDay
YearMonthDay.withDayOfMonth(int dayOfMonth)
Returns a copy of this date with the day of month field updated.
YearMonthDay
YearMonthDay.withField(DateTimeFieldType fieldType, int value)
Returns a copy of this date with the specified field set to a new value.
YearMonthDay
Returns a copy of this date with the value of the specified field increased.
YearMonthDay
Returns a new YearMonthDay with this field set to the maximum value for this field.
YearMonthDay
Returns a new YearMonthDay with this field set to the minimum value for this field.
YearMonthDay
YearMonthDay.withMonthOfYear(int monthOfYear)
Returns a copy of this date with the month of year field updated.
YearMonthDay
Returns a copy of this date with the specified period added.
YearMonthDay
Returns a copy of this date with the year field updated.

Copyright (c) 2001-2006 - Joda.org