Class TimeObject


  • public class TimeObject
    extends Object
    A time object can be a time instant or a time interval.
    Author:
    Hylke van der Schaaf
    • Constructor Detail

      • TimeObject

        public TimeObject​(org.threeten.extra.Interval value)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isInterval

        public boolean isInterval()
      • getAsInterval

        public org.threeten.extra.Interval getAsInterval()