|   | TicksDistanceBeyondSecond Method | 
        
        
            Gets the distance, in 100-nanoseconds intervals, beyond the top of the second in the timestamp
            represented by the 
Ticks.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic Ticks DistanceBeyondSecond()
Public Function DistanceBeyondSecond As Ticks
public:
Ticks DistanceBeyondSecond()
member DistanceBeyondSecond : unit -> Ticks 
function DistanceBeyondSecond();
Return Value
Ticks
            Number of 100-nanoseconds intervals 
Ticks value is from the top of the second.
            
 See Also
See Also