Class DateTimeValue.MutableDateTimeValue

java.lang.Object
net.sf.saxon.value.DateTimeValue.MutableDateTimeValue
Enclosing class:
DateTimeValue

protected static class DateTimeValue.MutableDateTimeValue extends Object
  • Field Details

    • 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
    • typeLabel

      public AtomicType typeLabel
  • Constructor Details

    • MutableDateTimeValue

      protected MutableDateTimeValue()