Package net.sf.saxon.value
Class DateTimeValue.MutableDateTimeValue
java.lang.Object
net.sf.saxon.value.DateTimeValue.MutableDateTimeValue
- Enclosing class:
DateTimeValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte
boolean
byte
byte
byte
int
byte
int
int
-
Constructor Summary
Constructors -
Method Summary
-
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
-
-
Constructor Details
-
MutableDateTimeValue
protected MutableDateTimeValue()
-