MySqlDateTime.Value Property

MySQL Connector/Net

MySqlDateTimeValue Property
Retrieves the value of this MySqlDateTime as a DateTime object.

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public DateTime Value { get; }
Public ReadOnly Property Value As DateTime
	Get
public:
property DateTime Value {
	DateTime get ();
}
member Value : DateTime with get

Property Value

Type: DateTime
See Also