Gets or sets time offset of the F-NET device in Ticks.
Declaration Syntax
C# | Visual Basic | Visual 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.