com.sun.msv.datatype.xsd.datetime
public interface IDateTimeValueType extends Serializable
Method Summary | |
---|---|
IDateTimeValueType | add(ITimeDurationValueType duration) returns the result of addition of this object and TimeDuration.
this object will not be mutated. |
int | compare(IDateTimeValueType rhs) compare two DateTimeValueType as defined in
com.sun.msv.datatype/Comparator |
BigDateTimeValueType | getBigValue() |
IDateTimeValueType | normalize() gets the normalized IDateTimeValueType.
normalized value always has GMT timezone or no timezone |
Calendar | toCalendar()
Approximates the value represented by this object into a Calendar object.
|