Uses of Class
de.fraunhofer.ipsi.xpathDatatypes.XDT_YearMonthDuration

Packages that use XDT_YearMonthDuration
de.fraunhofer.ipsi.xpathDatatypes   
 

Uses of XDT_YearMonthDuration in de.fraunhofer.ipsi.xpathDatatypes
 

Methods in de.fraunhofer.ipsi.xpathDatatypes that return XDT_YearMonthDuration
 XDT_YearMonthDuration XDT_YearMonthDuration.add(XDT_YearMonthDuration yearMonthDuration)
          Method addYearMonthDurations
 XDT_YearMonthDuration XDT_YearMonthDuration.divide(XS_Decimal divide)
          Method divideYearMonthDuration
 XDT_YearMonthDuration XS_DateTime.getYearMonthDuration(XS_DateTime dateTime)
          Method getYearMonthDuration
 XDT_YearMonthDuration XDT_YearMonthDuration.multiply(XS_Decimal multiply)
          Method multiplyYearMonthDurations
 XDT_YearMonthDuration XDT_YearMonthDuration.subtract(XDT_YearMonthDuration yearMonthDuration)
          Method subtractYearMonthDurations
 

Methods in de.fraunhofer.ipsi.xpathDatatypes with parameters of type XDT_YearMonthDuration
 XS_DateTime XS_DateTime.add(XDT_YearMonthDuration yearMonthDuration)
          Method add
 XS_Date XS_Date.add(XDT_YearMonthDuration yearMonthDuration)
          Method addToDate
 XDT_YearMonthDuration XDT_YearMonthDuration.add(XDT_YearMonthDuration yearMonthDuration)
          Method addYearMonthDurations
 XS_DateTime XS_DateTime.subtract(XDT_YearMonthDuration yearMonthDuration)
          Method subtract
 XS_Date XS_Date.subtract(XDT_YearMonthDuration yearMonthDuration)
          Method subtractFromDate
 XDT_YearMonthDuration XDT_YearMonthDuration.subtract(XDT_YearMonthDuration yearMonthDuration)
          Method subtractYearMonthDurations