Package groovy.time

Class BaseDuration.From

  • Enclosing class:
    BaseDuration

    public abstract static class BaseDuration.From
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      From()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.util.Date getNow()  
      java.util.Date getToday()  
      • Methods inherited from class java.lang.Object

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

      • From

        public From()
    • Method Detail

      • getNow

        public abstract java.util.Date getNow()
      • getToday

        public java.util.Date getToday()