Millisecond Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

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

See Also