Class Period


  • public class Period
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Date endDate  
      java.util.Date startDate  
    • Constructor Summary

      Constructors 
      Constructor Description
      Period()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Period of​(java.util.Date startDate, java.util.Date endDate)  
      • Methods inherited from class java.lang.Object

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

      • startDate

        public java.util.Date startDate
      • endDate

        public java.util.Date endDate
    • Constructor Detail

      • Period

        public Period()
    • Method Detail

      • of

        public static Period of​(java.util.Date startDate,
                                java.util.Date endDate)