Click or drag to resize

ConcentratorBaseMillisecondsFromRealTime Method

Returns the deviation, in milliseconds, 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 MillisecondsFromRealTime(
	Ticks timestamp
)
View Source

Parameters

timestamp  Ticks
Timestamp to calculate distance from real-time.

Return Value

Double
A Double value indicating the deviation in milliseconds.
See Also