public interface IDateTimeValueType
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
IDateTimeValueType |
add(ITimeDurationValueType duration)
returns the result of addition of this object and TimeDuration.
|
int |
compare(IDateTimeValueType rhs)
compare two DateTimeValueType as defined in
com.sun.msv.datatype/Comparator
|
BigDateTimeValueType |
getBigValue() |
IDateTimeValueType |
normalize()
gets the normalized IDateTimeValueType.
|
java.util.Calendar |
toCalendar()
Approximates the value represented by this object into a Calendar object.
|
BigDateTimeValueType getBigValue()
IDateTimeValueType add(ITimeDurationValueType duration)
IDateTimeValueType normalize()
int compare(IDateTimeValueType rhs)
java.util.Calendar toCalendar()