Interface ChronologicClass

All Superinterfaces:
AtomicClass, DataClass, PropertyHandler
All Known Subinterfaces:
DateClass, TimeClass, TimestampClass
All Known Implementing Classes:
ChronologicClassImpl, DateClassImpl, TimeClassImpl, TimeStampClassImpl

public interface ChronologicClass extends AtomicClass
The class ChronologicalClass defines a specific instance in time, with millisecond precision.

The ChronologicalClass is an abstract class that can not be instantiated directly. You must use one of the inherited classes:

All objects of chronological classes are totally ordered.

Author:
Rainer Maximini