Alphabetical Index: F

A B C D E F G H I J L M N O P R S T U V W Y Z

F

FEBRUARY - static field in class org.joda.time.DateTimeConstants
Constant (2) representing February, the second month (ISO)
Creates a period from two partially specified times, calculating by field difference.
A container of fields used for assembling a chronology.
FieldUtils - class org.joda.time.field.FieldUtils
General utilities that don't fit elsewhere.
FIVE - static field in class org.joda.time.Days
Constant representing five days.
FIVE - static field in class org.joda.time.Hours
Constant representing five hours.
FIVE - static field in class org.joda.time.Months
Constant representing five months.
FixedDateTimeZone - class org.joda.time.tz.FixedDateTimeZone
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(org.joda.time.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 org.joda.time.format.FormatUtils
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(org.joda.time.DateTimeZone) - static method in class org.joda.time.tz.CachedDateTimeZone
Returns a new CachedDateTimeZone unless given zone is already cached.
FOUR - static field in class org.joda.time.Days
Constant representing four days.
FOUR - static field in class org.joda.time.Hours
Constant representing four hours.
FOUR - static field in class org.joda.time.Months
Constant representing four months.
FRIDAY - static field 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
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
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
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
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) - static method in class org.joda.time.TimeOfDay
Constructs a TimeOfDay from the specified millis of day using the ISO chronology.
fromMillisOfDay(long,org.joda.time.Chronology) - static method in class org.joda.time.LocalTime
Constructs a LocalTime from the specified millis of day using the specified chronology.
fromMillisOfDay(long,org.joda.time.Chronology) - static method in class org.joda.time.TimeOfDay
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.

Copyright (c) 2001-2006 - Joda.org