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.181-beta
Syntax
public NtpTimeTag(
	decimal seconds
)
View Source

Parameters

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