Bridge

Date Constructor (String)

String value representing a date. The string should be in a format recognized by the Date.parse() method (IETF-compliant RFC 2822 timestamps and also a version of ISO8601).

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

Syntax


public Date(
	string dateString
)
Public Sub New ( _
	dateString As String _
)
public:
Date(
	String^ dateString
)

Parameters

dateString
Type: System..::..String