Interface Clock


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

    Modifier and Type
    Method
    Description
    Returns a new Date representing Today's time.
  • Method Details

    • getToday

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