Click or drag to resize

ConcentratorBaseSecondsFromRealTime Method

Returns the deviation, in seconds, that the given number of ticks is from real-time (i.e., RealTime).

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public double SecondsFromRealTime(
	Ticks timestamp
)
View Source

Parameters

timestamp  Ticks
Timestamp to calculate distance from real-time.

Return Value

Double
A Double value indicating the deviation, in seconds, from real-time.
See Also