the LocalDate to which the new methods are provided.
Returns an iterable interval starting at this LocalDate (inclusive) and
ending at the given LocalDate (inclusive), with a 1 day step.
Returns an iterable interval starting at this LocalDate (inclusive) and
ending at the given LocalDate (inclusive), with a 1 day step.
the ending LocalDate
an iterable interval starting at this LocalDate (inclusive) and
ending at the given LocalDate (inclusive), with a 1 day step.
Returns a DateTime corresponding to this LocalDate at the latest valid
time for the date on the given DateTimeZone.
Returns a DateTime corresponding to this LocalDate at the latest valid
time for the date on the given DateTimeZone.
the target DateTimeZone for the returned DateTime
a DateTime corresponding to this LocalDate at the latest valid
time for the date on the given DateTimeZone.
Returns a DateTime corresponding to this LocalDate at the latest valid
time for the date.
Returns a DateTime corresponding to this LocalDate at the latest valid
time for the date.
a DateTime corresponding to this LocalDate at the latest valid
time for the date.
Returns an iterable interval starting at this LocalDate (inclusive) and
ending at the given LocalDate (exclusive), with a 1 day step.
Returns an iterable interval starting at this LocalDate (inclusive) and
ending at the given LocalDate (exclusive), with a 1 day step.
the ending LocalDate
an iterable interval starting at this LocalDate (inclusive) and
ending at the given LocalDate (exclusive), with a 1 day step.
Returns a DateTime corresponding to this LocalDate at UTC midnight.
Returns a DateTime corresponding to this LocalDate at UTC midnight.
a DateTime corresponding to this LocalDate at UTC midnight.
Implicit class that provides new methods for
LocalDates.