IsValidDateTime Property

MySQL Connector/Net

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.2.2.0

Syntax

C#
public bool IsValidDateTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsValidDateTime As Boolean
Visual C++
public:
property bool IsValidDateTime {
	bool get ();
}

See Also