Click or drag to resize

NtpTimeTag(Decimal) Constructor

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public NtpTimeTag(
	decimal seconds
)
View Source

Parameters

seconds  Decimal
Number of seconds since 1/1/1900.
See Also