MySqlDateTime Constructor

MySQL Connector/Net

Overload List

  NameDescription
MySqlDateTime(MySqlDateTime)
Constructs a new MySqlDateTime object by copying the current value of the given object.
MySqlDateTime(DateTime)
Constructs a new MySqlDateTime object by using values from the given DateTime object.
MySqlDateTime(String)
Enables the contruction of a MySqlDateTime object by parsing a string.
MySqlDateTime(Int32, Int32, Int32, Int32, Int32, Int32)
Constructs a new MySqlDateTime object by setting the individual time properties to the given values.

See Also