Retuns true if this DateTime is in the range between the two given
DateTimes.
Retuns true if this DateTime is in the range between the two given
DateTimes.
the starting DateTime
the ending DateTime
true if this DateTime is in the range between the two given
DateTimes, false otherwise.
the DateTime to which the new methods are provided.
Returns true if the given DateTime is in the same day as this.
Returns true if the given DateTime is in the same day as this.
the second DateTime
true if the given DateTime is in the same day as this,
false othwerwise.
Returns an iterable interval starting at this DateTime (inclusive) and
ending at the given DateTime (exclusive), with a 1 day step.
Returns an iterable interval starting at this DateTime (inclusive) and
ending at the given DateTime (exclusive), with a 1 day step.
the ending DateTime
an iterable interval starting at this DateTime (inclusive) and
ending at the given DateTime (exclusive), with a 1 day step.
Returns a LocalDate corresponding to this DateTime at UTC.
Returns a LocalDate corresponding to this DateTime at UTC.
a LocalDate corresponding to this DateTime at UTC.
Implicit class that provides new methods for
DateTimes.