Interface HasGetTime
public interface HasGetTime
interface for objects which provide a getTime() method witch returns a Date.
- Author:
- Manfred Tremmel
-
Method Summary
-
Method Details
-
getTime
Date getTime()Returns aDateobject representing this object.- Returns:
- a
Daterepresenting the time value.
-