IsValidDateTime Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

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

See Also