Class DateTimeValue.MutableDateTimeValue

  • Enclosing class:
    DateTimeValue

    protected static class DateTimeValue.MutableDateTimeValue
    extends java.lang.Object
    • Field Detail

      • year

        public int year
      • month

        public byte month
      • day

        public byte day
      • hour

        public byte hour
      • minute

        public byte minute
      • second

        public byte second
      • nanosecond

        public int nanosecond
      • hasNoYearZero

        public boolean hasNoYearZero
      • tzMinutes

        public int tzMinutes
    • Constructor Detail

      • MutableDateTimeValue

        protected MutableDateTimeValue()