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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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