MySqlDateTime.Microsecond Property

MySQL Connector/Net

MySqlDateTimeMicrosecond Property
Returns the microseconds portion of this datetime (6 digit precision)

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

Property Value

Type: Int32
See Also