|   | ConcentratorBaseSecondsFromRealTime Method | 
        
        
            Returns the deviation, in seconds, 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 SecondsFromRealTime(
	Ticks timestamp
)
Public Function SecondsFromRealTime ( 
	timestamp As Ticks
) As Double
public:
double SecondsFromRealTime(
	Ticks timestamp
)
member SecondsFromRealTime : 
        timestamp : Ticks -> float function SecondsFromRealTime(timestamp);
Parameters
- timestamp  Ticks
- Timestamp to calculate distance from real-time.
Return Value
DoubleA 
Double value indicating the deviation, in seconds, from real-time.
 See Also
See Also