Gets the current system time.
Namespace:
Rebex.Net
Assembly:
Rebex.Time (in Rebex.Time.dll)
Syntax
| Visual Basic |
|---|
Public Shared ReadOnly Property Now As NtpTimestamp Get |
| C# |
|---|
public static NtpTimestamp Now { get; } |
Field Value
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.