com.sun.msv.datatype.xsd.datetime
Interface IDateTimeValueType
- Serializable
- BigDateTimeValueType
public interface IDateTimeValueType
Interface as value type of DateTimeType
compare
public int compare(IDateTimeValueType rhs)
compare two DateTimeValueType as defined in
com.sun.msv.datatype/Comparator
normalize
public IDateTimeValueType normalize()
gets the normalized IDateTimeValueType.
normalized value always has GMT timezone or no timezone
toCalendar
public Calendar toCalendar()
Approximates the value represented by this object into a Calendar object.
This conversion may lose accuracy.