Uses of Class org.joda.time.LocalTime

Uses in package org.joda.time

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
Adds to this field in a copy of this LocalTime.
LocalTime
Adds to this field in a copy of this LocalTime.
LocalTime
Adds to this field in a copy of this LocalTime.
LocalTime
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
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
LocalTime.fromMillisOfDay(long millisOfDay, Chronology chrono)
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
LocalTime.plusHours(int hours)
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
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
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
LocalTime.withField(DateTimeFieldType fieldType, int value)
Returns a copy of this time with the specified field set to a new value.
LocalTime
LocalTime.withFieldAdded(DurationFieldType fieldType, int amount)
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
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
Returns a copy of this time with the millis of day field updated.
LocalTime
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
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
Returns a copy of this time with the second of minute field updated.

Copyright (c) 2001-2006 - Joda.org