Microsecond Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Returns the microseconds portion of this datetime (6 digit precision)

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

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

See Also