|
ConnectionParametersTimeOffset Property
|
Gets or sets time offset of the F-NET device in
Ticks.
Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(110000000)]
public long TimeOffset { get; set; }
<DefaultValueAttribute(110000000)>
Public Property TimeOffset As Long
Get
Set
public:
[DefaultValueAttribute(110000000)]
property long long TimeOffset {
long long get ();
void set (long long value);
}
[<DefaultValueAttribute(110000000)>]
member TimeOffset : int64 with get, set
function get_TimeOffset();
function set_TimeOffset(value);
View SourceProperty Value
Int64
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