Uses of Class
org.epics.pvmanager.util.TimeDuration

Packages that use TimeDuration
org.epics.pvmanager

pvManager 

org.epics.pvmanager.util Contains generic utility classes that at some point may be found and used in other libraries. 
 

Uses of TimeDuration in org.epics.pvmanager
 

Methods in org.epics.pvmanager with parameters of type TimeDuration
 PV<R,W> PVConfiguration.asynchWriteAndReadEvery(TimeDuration period)
          Deprecated. 
 PVReader<T> PVReaderConfiguration.every(TimeDuration period)
          Deprecated. 
 PV<R,W> PVConfiguration.synchWriteAndReadEvery(TimeDuration period)
          Deprecated. 
 

Uses of TimeDuration in org.epics.pvmanager.util
 

Methods in org.epics.pvmanager.util that return TimeDuration
 TimeDuration TimeDuration.divideBy(int factor)
          Deprecated. Returns a new duration which is smaller by the given factor.
 TimeDuration TimeStamp.durationFrom(TimeStamp reference)
          Deprecated. Calculates the time passed from the reference to this timeStamp.
static TimeDuration TimeDuration.durationOf(org.epics.util.time.TimeDuration duration)
          Deprecated.  
static TimeDuration TimeDuration.hour(double hour)
          Deprecated. A new duration in hours.
static TimeDuration TimeDuration.hz(double hz)
          Deprecated. A new duration in hertz, will convert to the length of the period.
static TimeDuration TimeDuration.min(double min)
          Deprecated. A new duration in minutes.
static TimeDuration TimeDuration.ms(double ms)
          Deprecated. A new duration in milliseconds.
static TimeDuration TimeDuration.ms(int ms)
          Deprecated. A new duration in milliseconds.
 TimeDuration TimeDuration.multiplyBy(int factor)
          Deprecated. Returns a new duration which is bigger by the given factor.
static TimeDuration TimeDuration.nanos(long nanoSec)
          Deprecated. A new duration in nanoseconds.
static TimeDuration TimeDuration.sec(double sec)
          Deprecated. A new duration in seconds.
 

Methods in org.epics.pvmanager.util with parameters of type TimeDuration
static org.epics.util.time.TimeDuration TimeDuration.asTimeDuration(TimeDuration duration)
          Deprecated.  
 TimeInterval TimeInterval.minus(TimeDuration duration)
          Deprecated. Returns a new interval shifted backward in time by the given duration.
 TimeStamp TimeStamp.minus(TimeDuration duration)
          Deprecated. Subtracts the given duration to this timestamp and returns the result.
 TimeStamp TimeStamp.plus(TimeDuration duration)
          Deprecated. Adds the given duration to this timestamp and returns the result.