类 InternalTime


  • public class InternalTime
    extends Object
    • 构造器详细资料

      • InternalTime

        public InternalTime()
        Constructs a zero time
      • InternalTime

        public InternalTime​(int hours,
                            int minutes,
                            int seconds,
                            int nanos,
                            int scale)
    • 方法详细资料

      • from

        public static InternalTime from​(java.time.LocalTime x)
      • from

        public static InternalTime from​(java.time.LocalDateTime x)
      • from

        public static InternalTime from​(java.time.OffsetTime x)
      • from

        public static InternalTime from​(java.time.Duration x)
      • isNegative

        public boolean isNegative()
      • setNegative

        public void setNegative​(boolean negative)
      • getHours

        public int getHours()
      • setHours

        public void setHours​(int hours)
      • getMinutes

        public int getMinutes()
      • setMinutes

        public void setMinutes​(int minutes)
      • getSeconds

        public int getSeconds()
      • setSeconds

        public void setSeconds​(int seconds)
      • getNanos

        public int getNanos()
      • setNanos

        public void setNanos​(int nanos)
      • isZero

        public boolean isZero()
      • getScale

        public int getScale()
      • setScale

        public void setScale​(int scale)