MySqlDateTime.Month Property

MySQL Connector/Net

MySqlDateTimeMonth Property
Returns the month portion of this datetime

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public int Month { get; set; }
Public Property Month As Integer
	Get
	Set
public:
property int Month {
	int get ();
	void set (int value);
}
member Month : int with get, set

Property Value

Type: Int32
See Also