openPDC Synchrophasor Help
TimeOffset Property
NamespacesTVA.PhasorProtocols.FNetConnectionParametersTimeOffset
Gets or sets time offset of the F-NET device in Ticks.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public long TimeOffset { get; set; }
<DefaultValueAttribute()> _
Public Property TimeOffset As Long
	Get
	Set
[DefaultValueAttribute()]
public:
property long long TimeOffset {
	long long get ();
	void set (long long value);
}
Remarks
F-NET devices normally report time in 11 seconds past real-time, this property defines the offset for this this artificial delay. Note that the parameter value is in ticks to allow a very high-resolution offset; 1 second = 10,000,000 ticks.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0