|   | ConcentratorBaseMillisecondsFromRealTime Method | 
        
        
            Returns the deviation, in milliseconds, that the given number of ticks is from real-time (i.e., 
RealTime).
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double MillisecondsFromRealTime(
	Ticks timestamp
)
Public Function MillisecondsFromRealTime ( 
	timestamp As Ticks
) As Double
public:
double MillisecondsFromRealTime(
	Ticks timestamp
)
member MillisecondsFromRealTime : 
        timestamp : Ticks -> float function MillisecondsFromRealTime(timestamp);
Parameters
- timestamp  Ticks
- Timestamp to calculate distance from real-time.
Return Value
DoubleA 
Double value indicating the deviation in milliseconds.
 See Also
See Also