MySqlDateTime Constructor

MySQL Connector/Net

MySqlDateTime Constructor
Overload List
  Name Description
Public method MySqlDateTime(DateTime)
Constructs a new MySqlDateTime object by using values from the given DateTime object.
Public method MySqlDateTime(String)
Enables the contruction of a MySqlDateTime object by parsing a string.
Public method MySqlDateTime(MySqlDateTime)
Constructs a new MySqlDateTime object by copying the current value of the given object.
Public method MySqlDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Constructs a new MySqlDateTime object by setting the individual time properties to the given values.
Top
See Also