MySqlDateTime.Second Property

MySQL Connector/Net

MySqlDateTimeSecond Property
Returns the second portion of this datetime

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

Property Value

Type: Int32
See Also