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

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

Uses of TimeInterval in org.epics.pvmanager.util
 

Methods in org.epics.pvmanager.util that return TimeInterval
 TimeInterval TimeDuration.after(TimeStamp reference)
          Deprecated. Returns a time interval that lasts this duration and starts from the given timestamp.
 TimeInterval TimeDuration.around(TimeStamp reference)
          Deprecated. Returns a time interval that lasts this duration and is centered around the given timestamp.
 TimeInterval TimeDuration.before(TimeStamp reference)
          Deprecated. Returns a time interval that lasts this duration and ends at the given timestamp.
static TimeInterval TimeInterval.between(TimeStamp start, TimeStamp end)
          Deprecated. Returns the interval between the given timestamps.
 TimeInterval TimeInterval.minus(TimeDuration duration)
          Deprecated. Returns a new interval shifted backward in time by the given duration.