|
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.205-beta
Syntax Public Function SecondsFromRealTime (
timestamp As Ticks
) As Double
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