NtpTimeTag(UInt64) Constructor
Creates a new
NtpTimeTag, given 64-bit NTP timestamp.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.170 -- Release Build+d52ae7197b8b2924ea9e1e530d25301718816611
public NtpTimeTag(
ulong timestamp
)
Public Sub New (
timestamp As ULong
)
Gemstone.NtpTimeTag = function(timestamp);
Parameters
- timestamp UInt64
- NTP timestamp containing number of seconds since 1/1/1900 in high-word and fractional seconds in low-word.