Uses of Class
com.thaiopensource.datatype.xsd.DurationDatatype.Duration

Packages that use DurationDatatype.Duration
com.thaiopensource.datatype.xsd   
 

Uses of DurationDatatype.Duration in com.thaiopensource.datatype.xsd
 

Methods in com.thaiopensource.datatype.xsd with parameters of type DurationDatatype.Duration
private static BigInteger DurationDatatype.computeMonths(DurationDatatype.Duration d)
          Returns the total number of months specified by the year and month fields of the duration
private static BigDecimal DurationDatatype.computeSeconds(DurationDatatype.Duration d)
          Returns the total number of seconds specified by the days, hours, minuts and seconds fields of the duration.