Class Dates.DateDistance

  • Enclosing class:
    Dates

    public static class Dates.DateDistance
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int days  
      int months  
      int years  
    • Constructor Summary

      Constructors 
      Constructor Description
      DateDistance()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • days

        public int days
      • months

        public int months
      • years

        public int years
    • Constructor Detail

      • DateDistance

        public DateDistance()