Alphabetical Index: L

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

L

LEAP_YEAR_15_BASED - static field in class org.joda.time.chrono.IslamicChronology
Leap year 15-based pattern.
LEAP_YEAR_16_BASED - static field in class org.joda.time.chrono.IslamicChronology
Leap year 16-based pattern.
LEAP_YEAR_HABASH_AL_HASIB - static field in class org.joda.time.chrono.IslamicChronology
Leap year Habash al-Hasib pattern.
LEAP_YEAR_INDIAN - static field in class org.joda.time.chrono.IslamicChronology
Leap year Indian pattern.
Opaque object describing a leap year pattern for the Islamic Chronology.
LenientChronology - class org.joda.time.chrono.LenientChronology
Wraps another Chronology, ensuring all the fields are lenient.
LenientDateTimeField - class org.joda.time.field.LenientDateTimeField
Converts a strict DateTimeField into a lenient one.
LimitChronology - class org.joda.time.chrono.LimitChronology
Wraps another Chronology to impose limits on the range of instants that the fields within a Chronology may support.
LocalDate - class org.joda.time.LocalDate
LocalDate is an immutable datetime class representing a date without a time zone.
LocalDate() - constructor for class org.joda.time.LocalDate
Constructs an instance set to the current local time evaluated using ISO chronology in the default zone.
LocalDate(int,int,int) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the specified date and time using ISOChronology.
LocalDate(int,int,int,org.joda.time.Chronology) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the specified date and time using the specified chronology, whose zone is ignored.
LocalDate(long) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the default zone.
LocalDate(long,org.joda.time.Chronology) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the local time defined by the specified instant evaluated using the specified chronology.
LocalDate(long,org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the specified zone.
LocalDate(Object) - constructor for class org.joda.time.LocalDate
Constructs an instance from an Object that represents a datetime.
LocalDate(Object,org.joda.time.Chronology) - constructor for class org.joda.time.LocalDate
Constructs an instance from an Object that represents a datetime, using the specified chronology.
LocalDate(Object,org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalDate
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
LocalDate(org.joda.time.Chronology) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the current local time evaluated using specified chronology.
LocalDate(org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalDate
Constructs an instance set to the current local time evaluated using ISO chronology in the specified zone.
localDateOptionalTimeParser() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO datetime parser where the date is mandatory and the time is optional.
localDateParser() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO date parser for parsing local dates.
LocalDateTime - class org.joda.time.LocalDateTime
LocalDateTime is an unmodifiable datetime class representing a datetime without a time zone.
LocalDateTime() - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the current local time evaluated using ISO chronology in the default zone.
LocalDateTime(int,int,int,int,int) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using ISOChronology.
LocalDateTime(int,int,int,int,int,int) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using ISOChronology.
LocalDateTime(int,int,int,int,int,int,int) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using ISOChronology.
Constructs an instance set to the specified date and time using the specified chronology, whose zone is ignored.
LocalDateTime(long) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the default zone.
LocalDateTime(long,org.joda.time.Chronology) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the local time defined by the specified instant evaluated using the specified chronology.
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the specified zone.
LocalDateTime(Object) - constructor for class org.joda.time.LocalDateTime
Constructs an instance from an Object that represents a datetime.
Constructs an instance from an Object that represents a datetime, using the specified chronology.
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
LocalDateTime(org.joda.time.Chronology) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the current local time evaluated using specified chronology.
LocalDateTime(org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the current local time evaluated using ISO chronology in the specified zone.
LocalTime - class org.joda.time.LocalTime
LocalTime is an immutable time class representing a time without a time zone.
LocalTime() - constructor for class org.joda.time.LocalTime
Constructs an instance set to the current local time evaluated using ISO chronology in the default zone.
LocalTime(int,int) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using ISOChronology.
LocalTime(int,int,int) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using ISOChronology.
LocalTime(int,int,int,int) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using ISOChronology.
Constructs an instance set to the specified time using the specified chronology, whose zone is ignored.
LocalTime(long) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the default zone.
LocalTime(long,org.joda.time.Chronology) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the local time defined by the specified instant evaluated using the specified chronology.
LocalTime(long,org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the specified zone.
LocalTime(Object) - constructor for class org.joda.time.LocalTime
Constructs an instance from an Object that represents a datetime.
LocalTime(Object,org.joda.time.Chronology) - constructor for class org.joda.time.LocalTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
LocalTime(Object,org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
LocalTime(org.joda.time.Chronology) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the current local time evaluated using specified chronology and zone.
LocalTime(org.joda.time.DateTimeZone) - constructor for class org.joda.time.LocalTime
Constructs an instance set to the current local time evaluated using ISO chronology in the specified zone.
localTimeParser() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO time parser for parsing local times.
longDate() - static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a long date format.
longDateTime() - static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a long datetime format.
longTime() - static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a long time format.

Copyright (c) 2001-2006 - Joda.org