Interface HasGetTime


  • public interface HasGetTime
    interface for objects which provide a getTime() method witch returns a Date.
    Author:
    Manfred Tremmel
    • Method Detail

      • getTime

        Date getTime()
        Returns a Date object representing this object.
        Returns:
        a Date representing the time value.