Hour Property

MySQL Connector/Net

Returns the hour portion of this datetime

Namespace:  MySql.Data.Types
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public int Hour { get; set; }
Visual Basic (Declaration)
Public Property Hour As Integer
Visual C++
public:
property int Hour {
	int get ();
	void set (int value);
}

See Also