Package PamUtils.time
Class TimeCorrection
java.lang.Object
PamUtils.time.TimeCorrection
Class to hold time correction information
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonglongGet the correction to be applied to the system time in milliseconds.long 
- 
Constructor Details
- 
TimeCorrection
 
 - 
 - 
Method Details
- 
getSystemTime
public long getSystemTime()- Returns:
 - the systemTime
 
 - 
getCorrectedTime
public long getCorrectedTime()- Returns:
 - the correctedTime
 
 - 
getCorrection
public long getCorrection()Get the correction to be applied to the system time in milliseconds.- Returns:
 - correction in milliseconds.
 
 - 
getSource
- Returns:
 - the source
 
 
 -