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