Click or drag to resize

NtpTimeTagFromTicks Method

Gets 64-bit NTP timestamp given timestamp in Ticks.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static ulong FromTicks(
	Ticks timestamp
)
View Source

Parameters

timestamp  Ticks
Timestamp in Ticks.

Return Value

UInt64
Seconds in NTP from given timestamp.
See Also