Click or drag to resize

DeviceStatisticsHelperTMarkDeviceTimestamp Method

Marks the latest timestamp of device measurements used to calculate global timestamp statistics.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void MarkDeviceTimestamp(
	long ticks
)
View Source

Parameters

ticks  Int64
Latest timestamp of device measurements.
See Also