类 InternalTimestamp

    • 构造器详细资料

      • InternalTimestamp

        public InternalTimestamp()
        Constructs a zero datetime
      • InternalTimestamp

        public InternalTimestamp​(int year,
                                 int month,
                                 int day,
                                 int hours,
                                 int minutes,
                                 int seconds,
                                 int nanos,
                                 int scale)
    • 方法详细资料

      • 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)
      • getScale

        public int getScale()
      • setScale

        public void setScale​(int scale)
      • getOffset

        public int getOffset()
      • setOffset

        public void setOffset​(int offset)