Bridge

Date Constructor (Double)

Double value representing the number of milliseconds since 1 January 1970 00:00:00 UTC (Unix Epoch).

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public Date(
	double value
)
Public Sub New ( _
	value As Double _
)
public:
Date(
	double^ value
)

Parameters

value
Type: System..::..Double
The numberof milliseconds since 1 January 1970 00:00:00 UTC (Unix Epoch)