Class Duration


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

      Constructors 
      Constructor Description
      Duration​(org.joda.time.DateTime startDate, org.joda.time.DateTime endDate)  
    • Method Summary

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

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

      • Duration

        public Duration​(org.joda.time.DateTime startDate,
                        org.joda.time.DateTime endDate)
    • Method Detail

      • compute

        public long compute()