ConfigurationFrameTimeOffset Property

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

Definition

Namespace: Gemstone.PhasorProtocols.FNET
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.138 -- Release Build+d320e0a63cabbd50e5d712783a511f5687755b05
public Ticks TimeOffset { get; set; }

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