MySqlDateTime Constructor (MySqlDateTime)

MySQL Connector/Net

Constructs a new MySqlDateTime object by copying the current value of the given object.

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

Syntax

C#
public MySqlDateTime(
	MySqlDateTime mdt
)
Visual Basic (Declaration)
Public Sub New ( _
	mdt As MySqlDateTime _
)
Visual C++
public:
MySqlDateTime(
	MySqlDateTime mdt
)

Parameters

mdt
Type: MySql.Data.Types..::.MySqlDateTime
The MySqlDateTime object to copy.

See Also