Uses of Class org.joda.time.TimeOfDay

Uses in package org.joda.time

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

Copyright (c) 2001-2006 - Joda.org