Frames | No Frames |
Fields of type org.joda.time.TimeOfDay | |
TimeOfDay | Constant for midnight. |
Methods with parameter type org.joda.time.TimeOfDay | |
DateTime | Converts this object to a DateTime using a TimeOfDay to fill in the
missing fields and using the default time zone. |
DateTime | Converts this object to a DateTime using a TimeOfDay to fill in the
missing fields. |
Methods with return type org.joda.time.TimeOfDay | |
TimeOfDay | TimeOfDay.Property.addNoWrapToCopy(int valueToAdd) Adds to the value of this field in a copy of this TimeOfDay,
throwing an Exception if the bounds are exceeded. |
TimeOfDay | TimeOfDay.Property.addToCopy(int valueToAdd) Adds to the value of this field in a copy of this TimeOfDay,
wrapping to what would be the next day if necessary. |
TimeOfDay | TimeOfDay.Property.addWrapFieldToCopy(int valueToAdd) Adds to the value of this field in a copy of this TimeOfDay wrapping
within this field if the maximum value is reached. |
TimeOfDay | TimeOfDay.fromCalendarFields(Calendar calendar) Constructs a TimeOfDay from a java.util.Calendar
using exactly the same field values avoiding any time zone effects. |
TimeOfDay | TimeOfDay.fromDateFields(Date date) Constructs a TimeOfDay from a java.util.Date
using exactly the same field values avoiding any time zone effects. |
TimeOfDay | TimeOfDay.fromMillisOfDay(long millisOfDay) Constructs a TimeOfDay from the specified millis of day using the
ISO chronology. |
TimeOfDay | Constructs a TimeOfDay from the specified millis of day using the
specified chronology. |
TimeOfDay | Gets the partial that this property belongs to. |
TimeOfDay | Returns a copy of this time with the specified period taken away,
wrapping to what would be a new day if required. |
TimeOfDay | TimeOfDay.minusHours(int hours) Returns a copy of this time minus the specified number of hours. |
TimeOfDay | TimeOfDay.minusMillis(int millis) Returns a copy of this time minus the specified number of millis. |
TimeOfDay | TimeOfDay.minusMinutes(int minutes) Returns a copy of this time minus the specified number of minutes. |
TimeOfDay | TimeOfDay.minusSeconds(int seconds) Returns a copy of this time minus the specified number of seconds. |
TimeOfDay | Returns a copy of this time with the specified period added,
wrapping to what would be a new day if required. |
TimeOfDay | Returns a copy of this time plus the specified number of hours. |
TimeOfDay | TimeOfDay.plusMillis(int millis) Returns a copy of this time plus the specified number of millis. |
TimeOfDay | TimeOfDay.plusMinutes(int minutes) Returns a copy of this time plus the specified number of minutes. |
TimeOfDay | TimeOfDay.plusSeconds(int seconds) Returns a copy of this time plus the specified number of seconds. |
TimeOfDay | TimeOfDay.Property.setCopy(String text) Sets this field in a copy of the TimeOfDay to a parsed text value. |
TimeOfDay | TimeOfDay.Property.setCopy(String text, Locale locale) Sets this field in a copy of the TimeOfDay to a parsed text value. |
TimeOfDay | TimeOfDay.Property.setCopy(int value) Sets this field in a copy of the TimeOfDay. |
TimeOfDay | Converts this object to a TimeOfDay using the
same millis and chronology. |
TimeOfDay | Returns a copy of this time with the specified chronology. |
TimeOfDay | Returns a copy of this time with the specified field set to a new value. |
TimeOfDay | Returns a copy of this time with the value of the specified field increased,
wrapping to what would be a new day if required. |
TimeOfDay | TimeOfDay.withHourOfDay(int hour) Returns a copy of this time with the hour of day field updated. |
TimeOfDay | Returns a new TimeOfDay with this field set to the maximum value
for this field. |
TimeOfDay | TimeOfDay.withMillisOfSecond(int millis) Returns a copy of this time with the millis of second field updated. |
TimeOfDay | Returns a new TimeOfDay with this field set to the minimum value
for this field. |
TimeOfDay | TimeOfDay.withMinuteOfHour(int minute) Returns a copy of this time with the minute of hour field updated. |
TimeOfDay | Returns a copy of this time with the specified period added,
wrapping to what would be a new day if required. |
TimeOfDay | TimeOfDay.withSecondOfMinute(int second) Returns a copy of this time with the second of minute field updated. |