Click or drag to resize

NtpTimeTag(UInt64) Constructor

Creates a new NtpTimeTag, given 64-bit NTP timestamp.

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

Parameters

timestamp  UInt64
NTP timestamp containing number of seconds since 1/1/1900 in high-word and fractional seconds in low-word.
See Also