Class FancyTime

    • Constructor Summary

      Constructors 
      Constructor Description
      FancyTime​(int days, int hours, int minutes, int seconds)  
      FancyTime​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long toTicks()  
      • Methods inherited from class java.lang.Object

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

      • FancyTime

        public FancyTime​(int days,
                         int hours,
                         int minutes,
                         int seconds)
      • FancyTime

        public FancyTime​(java.lang.String string)
    • Method Detail

      • toTicks

        public long toTicks()