Interface HasGetTime


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

    Modifier and Type
    Method
    Description
    Returns a Date object representing this object.
  • Method Details

    • getTime

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