public interface Temporal extends java.lang.Comparable<Temporal>
Temporal interface defines the functionality of an object that
has a time associated with it.| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getTime()
The time associated with this object.
|