NtpTimestamp.Now Property
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
Now
Gets the current system time.
Declaration
public static readonly NtpTimestamp Now { get; }
Property Value
Type | Description |
---|---|
NtpTimestamp | Current system time. |
Remarks
The precision of NtpTimestamp is higher than the precision of DateTime. As recommended by RFC 1305, the low-order bits of the new timestamp which cannot be initialized from DateTime are randomized.