Uses of Class
org.silverpeas.util.time.TimeData

Packages that use TimeData
com.silverpeas.calendar Provides the objects for handling and scheduling events in a calendar in Silverpeas. 
com.silverpeas.util   
org.silverpeas.date   
org.silverpeas.util   
 

Uses of TimeData in com.silverpeas.calendar
 

Methods in com.silverpeas.calendar that return TimeData
 TimeData AbstractDateDatable.getTimeDataTo(T anotherDatable)
           
 TimeData Datable.getTimeDataTo(T anotherDatable)
          Compute the time between the datable instance and another one.
 

Uses of TimeData in com.silverpeas.util
 

Methods in com.silverpeas.util that return TimeData
 TimeData MetaData.getDuration()
          Return the duration of the file.
 

Uses of TimeData in org.silverpeas.date
 

Methods in org.silverpeas.date that return TimeData
 TimeData Period.getCoveredDaysTimeData()
          Computes the number of whole or partial days covered by the period.
 TimeData Period.getElapsedTimeData()
          Computes the elapsed time between the begin and the end dates.
 

Uses of TimeData in org.silverpeas.util
 

Methods in org.silverpeas.util that return TimeData
static TimeData UnitUtil.getTimeData(BigDecimal time)
          Get the time data
static TimeData UnitUtil.getTimeData(BigDecimal time, TimeUnit from)
          Get the time data
static TimeData UnitUtil.getTimeData(long time)
          Get the time data
static TimeData UnitUtil.getTimeData(long time, TimeUnit from)
          Get the time data
 

Methods in org.silverpeas.util with parameters of type TimeData
static BigDecimal UnitUtil.convertAndRoundTo(TimeData timeData, TimeUnit to)
          Converting a time value
 



Copyright © 2016 Silverpeas. All Rights Reserved.