Class DaysSinceDate

    • Constructor Detail

      • DaysSinceDate

        public DaysSinceDate​(Date epoch,
                             java.time.LocalDate date)
      • DaysSinceDate

        public DaysSinceDate​(Date epoch,
                             long days)
    • Method Detail

      • longValue

        public long longValue()
        Specified by:
        longValue in class java.lang.Number
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • getDays

        public long getDays()
      • getDataType

        public static DataType getDataType​(Date epoch)