MySqlDateTime.Millisecond Property

MySQL Connector/Net

MySqlDateTimeMillisecond Property
Returns the milliseconds portion of this datetime expressed as a value between 0 and 999

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

Property Value

Type: Int32
See Also