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

Packages that use XS_Time
de.fraunhofer.ipsi.xpathDatatypes   
 

Uses of XS_Time in de.fraunhofer.ipsi.xpathDatatypes
 

Methods in de.fraunhofer.ipsi.xpathDatatypes that return XS_Time
 XS_Time XS_Time.add(XDT_DayTimeDuration dayTimeDuration)
          Method add
static XS_Time XS_Time.currentTime()
          Method currentTime
 XS_Time XS_Time.secondsToTime(double seconds)
          Method secondsToTime
 XS_Time XS_Time.subtract(XDT_DayTimeDuration dayTimeDuration)
          Method subtract
 

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