Package net.time4j

Interface IsoDateUnit

All Superinterfaces:
ChronoUnit, IsoUnit
All Known Implementing Classes:
CalendarUnit, Weekcycle

public interface IsoDateUnit extends IsoUnit

Represents a calendar unit conforming to ISO-8601.

Most applications will simply use a standard unit of type CalendarUnit. Other units must inherit from the class BasicUnit appropriately.

Author:
Meno Hochschild
See Also:
CalendarUnit