Class GDateValue.MutableGDateValue

  • Enclosing class:
    GDateValue

    protected static class GDateValue.MutableGDateValue
    extends java.lang.Object
    • Field Detail

      • year

        public int year
      • month

        public byte month
      • day

        public byte day
      • hasNoYearZero

        public boolean hasNoYearZero
      • tzMinutes

        public int tzMinutes
    • Constructor Detail

      • MutableGDateValue

        public MutableGDateValue()
      • MutableGDateValue

        public MutableGDateValue​(int year,
                                 int month,
                                 int day,
                                 boolean hasNoYearZero,
                                 int tzMinutes,
                                 AtomicType typeLabel)