Frames | No Frames |
Fields of type org.joda.time.LocalTime | |
LocalTime | Constant for midnight. |
Methods with parameter type org.joda.time.LocalTime | |
DateTime | Converts this object to a DateTime using a LocalTime to fill in the
missing fields and using the default time zone. |
DateTime | Converts this object to a DateTime using a LocalTime to fill in the
missing fields. |
LocalDateTime | Converts this object to a LocalDateTime using a LocalTime to fill in
the missing fields. |
Methods with return type org.joda.time.LocalTime | |
LocalTime | LocalTime.Property.addCopy(int value) Adds to this field in a copy of this LocalTime. |
LocalTime | LocalTime.Property.addCopy(long value) Adds to this field in a copy of this LocalTime. |
LocalTime | LocalTime.Property.addNoWrapToCopy(int value) Adds to this field in a copy of this LocalTime. |
LocalTime | LocalTime.Property.addWrapFieldToCopy(int value) Adds to this field, possibly wrapped, in a copy of this LocalTime. |
LocalTime | LocalTime.fromCalendarFields(Calendar calendar) Constructs a LocalTime from a java.util.Calendar
using exactly the same field values avoiding any time zone effects. |
LocalTime | LocalTime.fromDateFields(Date date) Constructs a LocalTime from a java.util.Date
using exactly the same field values avoiding any time zone effects. |
LocalTime | LocalTime.fromMillisOfDay(long millisOfDay) Constructs a LocalTime from the specified millis of day using the
ISO chronology. |
LocalTime | Constructs a LocalTime from the specified millis of day using the
specified chronology. |
LocalTime | Gets the LocalTime object linked to this property. |
LocalTime | Returns a copy of this time with the specified period taken away. |
LocalTime | LocalTime.minusHours(int hours) Returns a copy of this time minus the specified number of hours. |
LocalTime | LocalTime.minusMillis(int millis) Returns a copy of this time minus the specified number of millis. |
LocalTime | LocalTime.minusMinutes(int minutes) Returns a copy of this time minus the specified number of minutes. |
LocalTime | LocalTime.minusSeconds(int seconds) Returns a copy of this time minus the specified number of seconds. |
LocalTime | Returns a copy of this time with the specified period added. |
LocalTime | Returns a copy of this time plus the specified number of hours. |
LocalTime | LocalTime.plusMillis(int millis) Returns a copy of this time plus the specified number of millis. |
LocalTime | LocalTime.plusMinutes(int minutes) Returns a copy of this time plus the specified number of minutes. |
LocalTime | LocalTime.plusSeconds(int seconds) Returns a copy of this time plus the specified number of seconds. |
LocalTime | Rounds to the highest whole unit of this field on a copy of this
LocalTime. |
LocalTime | Rounds to the lowest whole unit of this field on a copy of this
LocalTime. |
LocalTime | Rounds to the nearest whole unit of this field on a copy of this
LocalTime, favoring the ceiling if halfway. |
LocalTime | Rounds to the nearest whole unit of this field on a copy of this
LocalTime. |
LocalTime | Rounds to the nearest whole unit of this field on a copy of this
LocalTime, favoring the floor if halfway. |
LocalTime | LocalTime.Property.setCopy(String text) Sets this field in a copy of the LocalTime to a parsed text value. |
LocalTime | LocalTime.Property.setCopy(String text, Locale locale) Sets this field in a copy of the LocalTime to a parsed text value. |
LocalTime | LocalTime.Property.setCopy(int value) Sets this field in a copy of the LocalTime. |
LocalTime | Converts this object to a LocalTime with the
same time and chronology. |
LocalTime | Converts this object to a LocalTime with the same time and chronology. |
LocalTime | Converts this object to a LocalTime with the same time and chronology. |
LocalTime | Returns a copy of this time with the specified field set
to a new value. |
LocalTime | Returns a copy of this time with the value of the specified
field increased. |
LocalTime | Returns a copy of this time with the partial set of fields replacing
those from this instance. |
LocalTime | LocalTime.withHourOfDay(int hour) Returns a copy of this time with the hour of day field updated. |
LocalTime | Returns a new LocalTime with this field set to the maximum value
for this field. |
LocalTime | LocalTime.withMillisOfDay(int millis) Returns a copy of this time with the millis of day field updated. |
LocalTime | LocalTime.withMillisOfSecond(int millis) Returns a copy of this time with the millis of second field updated. |
LocalTime | Returns a new LocalTime with this field set to the minimum value
for this field. |
LocalTime | LocalTime.withMinuteOfHour(int minute) Returns a copy of this time with the minute of hour field updated. |
LocalTime | Returns a copy of this time with the specified period added. |
LocalTime | LocalTime.withSecondOfMinute(int second) Returns a copy of this time with the second of minute field updated. |