com.google.ical.compat.javatime.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of recurrence Show documentation
Show all versions of recurrence Show documentation
Contains the RFC 2445 support.
Joda time compatability layer.
RFC 2445 allows mixing of dates, date-times (and periods) within the same
recurrence description. Joda Time makes a clear distinction between dates and
times, so we provide two iterator factories, one for LocalDate
s and another for DateTime
s.
If you need to blur the distinction between
LocalDateIterator
and
DateTimeIterator
you can
downcast them to Iterator<? extends ReadablePartial>
.