Interface HasGetTime
-
public interface HasGetTimeinterface for objects which provide a getTime() method witch returns a Date.- Author:
- Manfred Tremmel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetTime()Returns aDateobject representing this object.
-
-
-
Method Detail
-
getTime
Date getTime()
Returns aDateobject representing this object.- Returns:
- a
Daterepresenting the time value.
-
-