MySqlDateTime.Day Property

MySQL Connector/Net

MySqlDateTimeDay Property
Returns the day portion of this datetime

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

Property Value

Type: Int32
See Also