Uses of Class
org.joda.time.DateMidnight

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

Uses of DateMidnight in org.joda.time
 

Methods in org.joda.time that return DateMidnight
 DateMidnight DateTime.toDateMidnight()
          Converts this object to a DateMidnight using the same millis and chronology.
 DateMidnight DateMidnight.Property.getDateMidnight()
          Gets the datetime being used.
 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 DateMidnight.Property.setCopy(int value)
          Sets this field in a copy of the DateMidnight.
 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(String text)
          Sets this field in a copy of the DateMidnight to a parsed text value.
 DateMidnight DateMidnight.Property.withMaximumValue()
          Returns a new DateMidnight with this field set to the maximum value for this field.
 DateMidnight DateMidnight.Property.withMinimumValue()
          Returns a new DateMidnight with this field set to the minimum value for this field.
 DateMidnight DateMidnight.Property.roundFloorCopy()
          Rounds to the lowest whole unit of this field on a copy of this DateMidnight.
 DateMidnight DateMidnight.Property.roundCeilingCopy()
          Rounds to the highest whole unit of this field on a copy of this DateMidnight.
 DateMidnight DateMidnight.Property.roundHalfFloorCopy()
          Rounds to the nearest whole unit of this field on a copy of this DateMidnight, favoring the floor if halfway.
 DateMidnight DateMidnight.Property.roundHalfCeilingCopy()
          Rounds to the nearest whole unit of this field on a copy of this DateMidnight, favoring the ceiling if halfway.
 DateMidnight DateMidnight.Property.roundHalfEvenCopy()
          Rounds to the nearest whole unit of this field on a copy of this DateMidnight.
 DateMidnight DateMidnight.withMillis(long newMillis)
          Gets a copy of this instant with different millis.
 DateMidnight DateMidnight.withChronology(Chronology newChronology)
          Gets a copy of this instant with a different chronology, potentially changing the day in unexpected ways.
 DateMidnight DateMidnight.withZoneRetainFields(DateTimeZone newZone)
          Gets a copy of this instant 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.
 DateMidnight DateMidnight.withFields(ReadablePartial partial)
          Gets a copy of this datetime with the partial set of fields replacing those from this instance.
 DateMidnight DateMidnight.withField(DateTimeFieldType fieldType, int value)
          Gets a copy of this datetime with the specified field set to a new value.
 DateMidnight DateMidnight.withFieldAdded(DurationFieldType fieldType, int amount)
          Gets a copy of this datetime with the value of the specified field increased.
 DateMidnight DateMidnight.withDurationAdded(long durationToAdd, int scalar)
          Gets a copy of this datetime with the specified duration added.
 DateMidnight DateMidnight.withDurationAdded(ReadableDuration durationToAdd, int scalar)
          Gets a copy of this datetime with the specified duration added.
 DateMidnight DateMidnight.withPeriodAdded(ReadablePeriod period, int scalar)
          Gets a copy of this datetime with the specified period added.
 DateMidnight DateMidnight.plus(long duration)
          Gets a copy of this datetime with the specified duration added.
 DateMidnight DateMidnight.plus(ReadableDuration duration)
          Gets a copy of this datetime with the specified duration added.
 DateMidnight DateMidnight.plus(ReadablePeriod period)
          Gets a copy of this datetime with the specified period added.
 DateMidnight DateMidnight.plusYears(int years)
          Returns a new datetime plus the specified number of years.
 DateMidnight DateMidnight.plusMonths(int months)
          Returns a new datetime plus the specified number of months.
 DateMidnight DateMidnight.plusWeeks(int weeks)
          Returns a new datetime plus the specified number of weeks.
 DateMidnight DateMidnight.plusDays(int days)
          Returns a new datetime plus the specified number of days.
 DateMidnight DateMidnight.minus(long duration)
          Gets a copy of this datetime with the specified duration take away.
 DateMidnight DateMidnight.minus(ReadableDuration duration)
          Gets a copy of this datetime with the specified duration take away.
 DateMidnight DateMidnight.minus(ReadablePeriod period)
          Gets a copy of this datetime with the specified period take away.
 DateMidnight DateMidnight.minusYears(int years)
          Returns a new datetime minus the specified number of years.
 DateMidnight DateMidnight.minusMonths(int months)
          Returns a new datetime minus the specified number of months.
 DateMidnight DateMidnight.minusWeeks(int weeks)
          Returns a new datetime minus the specified number of weeks.
 DateMidnight DateMidnight.minusDays(int days)
          Returns a new datetime minus the specified number of days.
 DateMidnight YearMonthDay.toDateMidnight()
          Converts this object to a DateMidnight in the default time zone.
 DateMidnight YearMonthDay.toDateMidnight(DateTimeZone zone)
          Converts this object to a DateMidnight.
 



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