|
ConcentratorBaseSecondsFromRealTime Method
|
Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e.,
RealTime).
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
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);
View SourceParameters
- timestamp Ticks
- Timestamp to calculate distance from real-time.
Return Value
DoubleA
Double value indicating the deviation, in seconds, from real-time.
See Also