- LEAP_YEAR_15_BASED - Static variable in class org.joda.time.chrono.IslamicChronology
-
Leap year 15-based pattern.
- LEAP_YEAR_16_BASED - Static variable in class org.joda.time.chrono.IslamicChronology
-
Leap year 16-based pattern.
- LEAP_YEAR_HABASH_AL_HASIB - Static variable in class org.joda.time.chrono.IslamicChronology
-
Leap year Habash al-Hasib pattern.
- LEAP_YEAR_INDIAN - Static variable in class org.joda.time.chrono.IslamicChronology
-
Leap year Indian pattern.
- LenientChronology - Class in org.joda.time.chrono
-
Wraps another Chronology, ensuring all the fields are lenient.
- LenientDateTimeField - Class in org.joda.time.field
-
Converts a strict DateTimeField into a lenient one.
- LenientDateTimeField(DateTimeField, Chronology) - Constructor for class org.joda.time.field.LenientDateTimeField
-
- LimitChronology - Class in org.joda.time.chrono
-
Wraps another Chronology to impose limits on the range of instants that
the fields within a Chronology may support.
- LocalDate - Class in org.joda.time
-
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(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.
- LocalDate(Chronology) - Constructor for class org.joda.time.LocalDate
-
Constructs an instance set to the current local time evaluated using
specified chronology.
- 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, 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(long, 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(Object) - Constructor for class org.joda.time.LocalDate
-
Constructs an instance from an Object that represents a datetime.
- LocalDate(Object, 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(Object, Chronology) - Constructor for class org.joda.time.LocalDate
-
Constructs an instance from an Object that represents a datetime,
using the specified chronology.
- 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, 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.Property - Class in org.joda.time
-
LocalDate.Property binds a LocalDate to a DateTimeField allowing
powerful datetime functionality to be easily accessed.
- 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 in org.joda.time
-
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(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.
- LocalDateTime(Chronology) - Constructor for class org.joda.time.LocalDateTime
-
Constructs an instance set to the current local time evaluated using
specified chronology.
- 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, DateTimeZone) - 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 specified zone.
- LocalDateTime(long, 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.
- LocalDateTime(Object) - Constructor for class org.joda.time.LocalDateTime
-
Constructs an instance from an Object that represents a datetime.
- LocalDateTime(Object, DateTimeZone) - Constructor for class org.joda.time.LocalDateTime
-
Constructs an instance from an Object that represents a datetime,
forcing the time zone to that specified.
- LocalDateTime(Object, Chronology) - Constructor for class org.joda.time.LocalDateTime
-
Constructs an instance from an Object that represents a datetime,
using the specified chronology.
- 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
.
- LocalDateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.joda.time.LocalDateTime
-
Constructs an instance set to the specified date and time
using the specified chronology, whose zone is ignored.
- LocalDateTime.Property - Class in org.joda.time
-
LocalDateTime.Property binds a LocalDateTime to a DateTimeField allowing
powerful datetime functionality to be easily accessed.
- LocalTime - Class in org.joda.time
-
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(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.
- LocalTime(Chronology) - Constructor for class org.joda.time.LocalTime
-
Constructs an instance set to the current local time evaluated using
specified chronology and zone.
- 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, 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(long, 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(Object) - Constructor for class org.joda.time.LocalTime
-
Constructs an instance from an Object that represents a datetime.
- LocalTime(Object, 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(Object, Chronology) - Constructor for class org.joda.time.LocalTime
-
Constructs an instance from an Object that represents a datetime,
using the specified chronology.
- 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
.
- LocalTime(int, int, int, int, Chronology) - Constructor for class org.joda.time.LocalTime
-
Constructs an instance set to the specified time
using the specified chronology, whose zone is ignored.
- LocalTime.Property - Class in org.joda.time
-
LocalTime.Property binds a LocalTime to a DateTimeField allowing
powerful datetime functionality to be easily accessed.
- 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.