类 InternalDate

    • 字段详细资料

      • year

        protected int year
      • month

        protected int month
      • day

        protected int day
    • 构造器详细资料

      • InternalDate

        public InternalDate()
        Constructs a zero date.
      • InternalDate

        public InternalDate​(int year,
                            int month,
                            int day)
    • 方法详细资料

      • from

        public static InternalDate from​(java.time.LocalDate x)
      • getYear

        public int getYear()
      • setYear

        public void setYear​(int year)
      • getMonth

        public int getMonth()
      • setMonth

        public void setMonth​(int month)
      • getDay

        public int getDay()
      • setDay

        public void setDay​(int day)
      • isZero

        public boolean isZero()