Constructs the timestamp from .NET time.

Namespace:  Rebex.Net
Assembly:  Rebex.Time (in Rebex.Time.dll)

Syntax

Visual Basic
Public Sub New ( _
	dateTime As DateTime _
)
C#
public NtpTimestamp(
	DateTime dateTime
)

Parameters

dateTime
Type: System..::..DateTime
The local time. Allowed range is 1968-01-20 3:14:08 to 2104-02-26 9:42:23.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also