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

Packages that use XS_Date
de.fraunhofer.ipsi.xpathDatatypes   
 

Uses of XS_Date in de.fraunhofer.ipsi.xpathDatatypes
 

Methods in de.fraunhofer.ipsi.xpathDatatypes that return XS_Date
 XS_Date XS_Date.add(XDT_DayTimeDuration dayTimeDuration)
          Method add
 XS_Date XS_Date.add(XDT_YearMonthDuration yearMonthDuration)
          Method addToDate
static XS_Date XS_Date.currentDate()
          Method currentDate
 XS_Date XS_Date.secondsToDate(double seconds, boolean positive)
          Method secondsToDate
 XS_Date XS_Date.subtract(XDT_DayTimeDuration dayTimeDuration)
          Method subtract
 XS_Date XS_Date.subtract(XDT_YearMonthDuration yearMonthDuration)
          Method subtractFromDate
 

Constructors in de.fraunhofer.ipsi.xpathDatatypes with parameters of type XS_Date
XS_DateTime(XS_Date date)
          Constructor
XS_DateTime(XS_Date date, XS_Time time)