Uses of Class
org.epics.pvmanager.TimeInterval

Packages that use TimeInterval
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

Uses of TimeInterval in org.epics.pvmanager
 

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



Copyright © 2010. All Rights Reserved.