Click or drag to resize

NtpTimeTag(UInt32, UInt32) Constructor

Creates a new NtpTimeTag, given number of seconds and fractional seconds since 1/1/1900.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public NtpTimeTag(
	uint seconds,
	uint fraction
)
View Source

Parameters

seconds  UInt32
Number of seconds since 1/1/1900.
fraction  UInt32
Number of fractional seconds, in whole picoseconds.
See Also