All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jresearch.ical.compat.jodatime.package.html Maven / Gradle / Ivy

Go to download

RFC 2445 defines protocols for interoperability between calendar applications, and this library provides java implementations for a number of RFC 2445 primitives including those that describe how events repeat. Start by taking alook at the compat packages.

There is a newer version: 1.0.11
Show newest version

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 LocalDates and another for DateTimes.

If you need to blur the distinction between LocalDateIterator and DateTimeIterator you can downcast them to Iterator<? extends ReadablePartial>.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy