Click or drag to resize

ConfigurationFrameTimeOffset Property

Gets or sets the time offset of F-NET device in Ticks.

Namespace: GSF.PhasorProtocols.FNET
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public Ticks TimeOffset { get; set; }
View Source

Property Value

Ticks
Remarks
F-NET devices normally report time in 11 seconds past real-time, this property defines the offset for this artificial delay. Note that the parameter value is in ticks to allow a very high-resolution offset; 1 second = 10,000,000 ticks.
See Also