- FEBRUARY - Static variable in class org.joda.time.DateTimeConstants
-
Constant (2) representing February, the second month (ISO)
- fieldDifference(ReadablePartial, ReadablePartial) - Static method in class org.joda.time.Period
-
Creates a period from two partially specified times, calculating
by field difference.
- FieldUtils - Class in org.joda.time.field
-
General utilities that don't fit elsewhere.
- FIVE - Static variable in class org.joda.time.Days
-
Constant representing five days.
- FIVE - Static variable in class org.joda.time.Hours
-
Constant representing five hours.
- FIVE - Static variable in class org.joda.time.Months
-
Constant representing five months.
- FixedDateTimeZone - Class in org.joda.time.tz
-
Basic DateTimeZone implementation that has a fixed name key and offsets.
- FixedDateTimeZone(String, String, int, int) - Constructor for class org.joda.time.tz.FixedDateTimeZone
-
- forFields(Collection, boolean, boolean) - Static method in class org.joda.time.format.ISODateTimeFormat
-
Returns a formatter that outputs only those fields specified.
- forFields(DurationFieldType[]) - Static method in class org.joda.time.PeriodType
-
Gets a period type that contains the duration types of the array.
- forID(String) - Static method in class org.joda.time.DateTimeZone
-
Gets a time zone instance for the specified time zone id.
- FormatUtils - Class in org.joda.time.format
-
Utility methods used by formatters.
- forOffsetHours(int) - Static method in class org.joda.time.DateTimeZone
-
Gets a time zone instance for the specified offset to UTC in hours.
- forOffsetHoursMinutes(int, int) - Static method in class org.joda.time.DateTimeZone
-
Gets a time zone instance for the specified offset to UTC in hours and minutes.
- forOffsetMillis(int) - Static method in class org.joda.time.DateTimeZone
-
Gets a time zone instance for the specified offset to UTC in milliseconds.
- forPattern(String) - Static method in class org.joda.time.format.DateTimeFormat
-
Factory to create a formatter from a pattern string.
- forStyle(String) - Static method in class org.joda.time.format.DateTimeFormat
-
Factory to create a format from a two character style pattern.
- forTimeZone(TimeZone) - Static method in class org.joda.time.DateTimeZone
-
Gets a time zone instance for a JDK TimeZone.
- forZone(DateTimeZone) - Static method in class org.joda.time.tz.CachedDateTimeZone
-
Returns a new CachedDateTimeZone unless given zone is already cached.
- FOUR - Static variable in class org.joda.time.Days
-
Constant representing four days.
- FOUR - Static variable in class org.joda.time.Hours
-
Constant representing four hours.
- FOUR - Static variable in class org.joda.time.Months
-
Constant representing four months.
- FRIDAY - Static variable in class org.joda.time.DateTimeConstants
-
Constant (5) representing Friday, the fifth day of the week (ISO)
- fromCalendarFields(Calendar) - Static method in class org.joda.time.LocalDate
-
Constructs a LocalDate from a java.util.Calendar
using exactly the same field values avoiding any time zone effects.
- fromCalendarFields(Calendar) - Static method in class org.joda.time.LocalDateTime
-
Constructs a LocalDateTime from a java.util.Calendar
using exactly the same field values avoiding any time zone effects.
- fromCalendarFields(Calendar) - Static method in class org.joda.time.LocalTime
-
Constructs a LocalTime from a java.util.Calendar
using exactly the same field values avoiding any time zone effects.
- fromCalendarFields(Calendar) - Static method in class org.joda.time.TimeOfDay
-
Deprecated.
Constructs a TimeOfDay from a java.util.Calendar
using exactly the same field values avoiding any time zone effects.
- fromCalendarFields(Calendar) - Static method in class org.joda.time.YearMonthDay
-
Deprecated.
Constructs a YearMonthDay from a java.util.Calendar
using exactly the same field values avoiding any time zone effects.
- fromDateFields(Date) - Static method in class org.joda.time.LocalDate
-
Constructs a LocalDate from a java.util.Date
using exactly the same field values avoiding any time zone effects.
- fromDateFields(Date) - Static method in class org.joda.time.LocalDateTime
-
Constructs a LocalDateTime from a java.util.Date
using exactly the same field values avoiding any time zone effects.
- fromDateFields(Date) - Static method in class org.joda.time.LocalTime
-
Constructs a LocalTime from a java.util.Date
using exactly the same field values avoiding any time zone effects.
- fromDateFields(Date) - Static method in class org.joda.time.TimeOfDay
-
Deprecated.
Constructs a TimeOfDay from a java.util.Date
using exactly the same field values avoiding any time zone effects.
- fromDateFields(Date) - Static method in class org.joda.time.YearMonthDay
-
Deprecated.
Constructs a YearMonthDay from a java.util.Date
using exactly the same field values avoiding any time zone effects.
- fromMillisOfDay(long) - Static method in class org.joda.time.LocalTime
-
Constructs a LocalTime from the specified millis of day using the
ISO chronology.
- fromMillisOfDay(long, Chronology) - Static method in class org.joda.time.LocalTime
-
Constructs a LocalTime from the specified millis of day using the
specified chronology.
- fromMillisOfDay(long) - Static method in class org.joda.time.TimeOfDay
-
Deprecated.
Constructs a TimeOfDay from the specified millis of day using the
ISO chronology.
- fromMillisOfDay(long, Chronology) - Static method in class org.joda.time.TimeOfDay
-
Deprecated.
Constructs a TimeOfDay from the specified millis of day using the
specified chronology.
- fullDate() - Static method in class org.joda.time.format.DateTimeFormat
-
Creates a format that outputs a full date format.
- fullDateTime() - Static method in class org.joda.time.format.DateTimeFormat
-
Creates a format that outputs a full datetime format.
- fullTime() - Static method in class org.joda.time.format.DateTimeFormat
-
Creates a format that outputs a full time format.