Frames | No Frames |
Methods with return type org.joda.time.DateMidnight | |
DateMidnight | DateMidnight.Property.addToCopy(int value) Adds to this field in a copy of this DateMidnight. |
DateMidnight | DateMidnight.Property.addToCopy(long value) Adds to this field in a copy of this DateMidnight. |
DateMidnight | DateMidnight.Property.addWrapFieldToCopy(int value) Adds to this field, possibly wrapped, in a copy of this DateMidnight. |
DateMidnight | Gets the datetime being used. |
DateMidnight | DateMidnight.minus(long duration) Returns a copy of this date with the specified duration taken away. |
DateMidnight | Returns a copy of this date with the specified duration taken away. |
DateMidnight | Returns a copy of this date with the specified period taken away. |
DateMidnight | DateMidnight.minusDays(int days) Returns a copy of this date minus the specified number of days. |
DateMidnight | DateMidnight.minusMonths(int months) Returns a copy of this date minus the specified number of months. |
DateMidnight | DateMidnight.minusWeeks(int weeks) Returns a copy of this date minus the specified number of weeks. |
DateMidnight | DateMidnight.minusYears(int years) Returns a copy of this date minus the specified number of years. |
DateMidnight | DateMidnight.plus(long duration) Returns a copy of this date with the specified duration added. |
DateMidnight | Returns a copy of this date with the specified duration added. |
DateMidnight | Returns a copy of this date with the specified period added. |
DateMidnight | DateMidnight.plusDays(int days) Returns a copy of this date plus the specified number of days. |
DateMidnight | DateMidnight.plusMonths(int months) Returns a copy of this date plus the specified number of months. |
DateMidnight | DateMidnight.plusWeeks(int weeks) Returns a copy of this date plus the specified number of weeks. |
DateMidnight | DateMidnight.plusYears(int years) Returns a copy of this date plus the specified number of years. |
DateMidnight | Rounds to the highest whole unit of this field on a copy of this DateMidnight. |
DateMidnight | Rounds to the lowest whole unit of this field on a copy of this DateMidnight. |
DateMidnight | Rounds to the nearest whole unit of this field on a copy of this DateMidnight,
favoring the ceiling if halfway. |
DateMidnight | Rounds to the nearest whole unit of this field on a copy of this DateMidnight. |
DateMidnight | Rounds to the nearest whole unit of this field on a copy of this DateMidnight,
favoring the floor if halfway. |
DateMidnight | DateMidnight.Property.setCopy(String text) Sets this field in a copy of the DateMidnight to a parsed text value. |
DateMidnight | DateMidnight.Property.setCopy(String text, Locale locale) Sets this field in a copy of the DateMidnight to a parsed text value. |
DateMidnight | DateMidnight.Property.setCopy(int value) Sets this field in a copy of the DateMidnight. |
DateMidnight | Converts this object to a DateMidnight using the
same millis and chronology. |
DateMidnight | Converts this LocalDate to a DateMidnight in the default time zone. |
DateMidnight | Converts this object to a DateMidnight in the default time zone. |
DateMidnight | Converts this LocalDate to a DateMidnight. |
DateMidnight | Converts this object to a DateMidnight. |
DateMidnight | DateMidnight.withCenturyOfEra(int centuryOfEra) Returns a copy of this date with the century of era field updated. |
DateMidnight | Returns a copy of this date with a different chronology, potentially
changing the day in unexpected ways. |
DateMidnight | DateMidnight.withDayOfMonth(int dayOfMonth) Returns a copy of this date with the day of month field updated. |
DateMidnight | DateMidnight.withDayOfWeek(int dayOfWeek) Returns a copy of this date with the day of week field updated. |
DateMidnight | DateMidnight.withDayOfYear(int dayOfYear) Returns a copy of this date with the day of year field updated. |
DateMidnight | DateMidnight.withDurationAdded(long durationToAdd, int scalar) Returns a copy of this date with the specified duration added. |
DateMidnight | Returns a copy of this date with the specified duration added. |
DateMidnight | DateMidnight.withEra(int era) Returns a copy of this date with the era field updated. |
DateMidnight | Returns a copy of this date with the specified field set to a new value. |
DateMidnight | Returns a copy of this date with the value of the specified field increased. |
DateMidnight | Returns a copy of this date with the partial set of fields replacing those
from this instance. |
DateMidnight | Returns a new DateMidnight with this field set to the maximum value
for this field. |
DateMidnight | DateMidnight.withMillis(long newMillis) Returns a copy of this date with a different millisecond instant. |
DateMidnight | Returns a new DateMidnight with this field set to the minimum value
for this field. |
DateMidnight | DateMidnight.withMonthOfYear(int monthOfYear) Returns a copy of this date with the month of year field updated. |
DateMidnight | Returns a copy of this date with the specified period added. |
DateMidnight | DateMidnight.withWeekOfWeekyear(int weekOfWeekyear) Returns a copy of this date with the week of weekyear field updated. |
DateMidnight | DateMidnight.withWeekyear(int weekyear) Returns a copy of this date with the weekyear field updated. |
DateMidnight | DateMidnight.withYear(int year) Returns a copy of this date with the year field updated. |
DateMidnight | DateMidnight.withYearOfCentury(int yearOfCentury) Returns a copy of this date with the year of century field updated. |
DateMidnight | DateMidnight.withYearOfEra(int yearOfEra) Returns a copy of this date with the year of era field updated. |
DateMidnight | Returns a copy of this date with a different time zone, preserving the day
The returned object will have a local time of midnight in the new zone on
the same day as the original instant. |