MySqlDateTime Constructor (String)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Enables the contruction of a MySqlDateTime object by parsing a string.

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public MySqlDateTime(
	string dateTime
)
Visual Basic
Public Sub New ( _
	dateTime As String _
)
Visual C++
public:
MySqlDateTime(
	String^ dateTime
)

Parameters

dateTime
Type: System..::..String

See Also