Class TimeService


  • public class TimeService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getDate​(long milliSinceEpoch)  
      java.util.Date getDateNow()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeService

        public TimeService()
    • Method Detail

      • getDateNow

        public java.util.Date getDateNow()
      • getDate

        public java.util.Date getDate​(long milliSinceEpoch)