Package net.sf.saxon.value
Class DateTimeValue.MutableDateTimeValue
- java.lang.Object
-
- net.sf.saxon.value.DateTimeValue.MutableDateTimeValue
-
- Enclosing class:
- DateTimeValue
protected static class DateTimeValue.MutableDateTimeValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description bytedaybooleanhasNoYearZerobytehourbyteminutebytemonthintnanosecondbytesecondAtomicTypetypeLabelinttzMinutesintyear
-
Constructor Summary
Constructors Modifier Constructor Description protectedMutableDateTimeValue()
-
-
-
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
-
typeLabel
public AtomicType typeLabel
-
-