MySQL Connector/Net
MySqlDateTime Constructor |

Name | Description | |
---|---|---|
![]() |
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(MySqlDateTime) |
Constructs a new MySqlDateTime object by copying the current value of the given object.
|
![]() |
MySqlDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Constructs a new MySqlDateTime object by setting the individual time properties to
the given values.
|
