NtpTimeTag Constructor

Overload List

NtpTimeTag(Decimal) Creates a new NtpTimeTag, given number of seconds since 1/1/1900.
NtpTimeTag(Ticks) Creates a new NtpTimeTag, given specified Ticks.
NtpTimeTag(UInt64) Creates a new NtpTimeTag, given 64-bit NTP timestamp.
NtpTimeTag(SerializationInfo, StreamingContext) Creates a new NtpTimeTag from serialization parameters.
NtpTimeTag(UInt32, UInt32) Creates a new NtpTimeTag, given number of seconds and fractional seconds since 1/1/1900.

See Also