Interface Clock


  • public interface Clock
    The Clock class is used to wrap calls to Date class.
    • Method Detail

      • getToday

        Date getToday()
        Returns a new Date representing Today's time.
        Returns:
        a new Date representing Today's time.