Interface IDateTimeValueType

    • Method Detail

      • normalize

        IDateTimeValueType normalize()
        gets the normalized IDateTimeValueType. normalized value always has GMT timezone or no timezone
      • compare

        int compare​(IDateTimeValueType rhs)
        compare two DateTimeValueType as defined in com.sun.msv.datatype/Comparator
      • toCalendar

        Calendar toCalendar()
        Approximates the value represented by this object into a Calendar object. This conversion may lose accuracy.