MySqlDateTime.IsValidDateTime Property

MySQL Connector/Net

MySqlDateTimeIsValidDateTime Property
Indicates if this object contains a value that can be represented as a DateTime

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

Property Value

Type: Boolean
See Also