|   | ConfigurationFrameTimeOffset Property | 
        
        
            Gets or sets the time offset of F-NET device in 
Ticks.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Ticks TimeOffset { get; set; }Public Property TimeOffset As Ticks
	Get
	Set
public:
property Ticks TimeOffset {
	Ticks get ();
	void set (Ticks value);
}member TimeOffset : Ticks with get, set
function get_TimeOffset();
function set_TimeOffset(value);
Property Value
Ticks Remarks
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
See Also