Enum Class CalendarDateUnit

java.lang.Object
java.lang.Enum<CalendarDateUnit>
org.ojalgo.type.CalendarDateUnit
All Implemented Interfaces:
Serializable, Comparable<CalendarDateUnit>, Constable, TemporalAdjuster, TemporalUnit, Structure1D.IndexMapper<CalendarDate>, CalendarDate.Resolution

public enum CalendarDateUnit extends Enum<CalendarDateUnit> implements TemporalUnit, CalendarDate.Resolution

Designed to complement CalendarDate. It is essentially equivalent to ChronoUnit, but with a slightly smaller set of members (and the additional QUARTER). It has been retrofitted to implement the TemporalUnit interface.

See Also: